RemoveCollectionItem method


Prototype

RemoveCollectionItem Proto hHandle:HANDLE, lItem:LONG

Syntax

Invoke RemoveCollectionItem, hHandle, lItem

Function

Removes an item (string) from a collection.

Parameters

hHandle

Handle to the collection.

lItem

A LONG 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.