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. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later