ListCopy

ListType ListCopy (ListType listToCopy);

Purpose

This function makes a copy of a list.

Parameters

Input
Name Type Description
listToCopy ListType This function makes a copy of a list.

Return Value

Name Type Description
copyOfList ListType Returns a copy of the list.

Zero (0) will be returned if an error occurs.