DlgListBox.GetCount

number DlgListBox.GetCount ( 

number ControlID )

Example 1

result = DlgListBox.GetCount(CTRL_LIST_BOX);

Gets the number of items in the list box control and stores it in the variable "result."

See also:  Related Actions