show / hide menu

GetCount

This function is used to get the number of items in the collection control.

Syntax:
GetCount(Collection)
The user will have to specify the display name of the collection control.

Example:
GetCount( Listbox)
Assume that the list box has 10 items. The function will return the value 10.