RemoveCollectionItem method
Syntax
Invoke RemoveCollectionItem, hHandle, lItem
Function
Removes an item (string) from a collection.
Parameters
hHandle
Handle to the collection.
lItem
A DD value specifying the zero-based index for the item to be removed.
Return value
Eax returns the count of the existing items in the collection.