ListType ListCopy (ListType listToCopy);
This function makes a copy of a list.
Input | ||
Name | Type | Description |
listToCopy | ListType | This function makes a copy of a list. |
Name | Type | Description |
copyOfList | ListType | Returns a copy of the list. Zero (0) will be returned if an error occurs. |