CnRemoveAtΒΆ
Removes one data element from a container.
- bool = CnRemoveAt(handle, index)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- handle
Identifies the container.
- index
index is the index number of the data element.
See also
id-1141201