ListBox.GetCheckedCount

number ListBox.GetCheckedCount ( 

string ObjectName,

number CheckState )

Example 1

num_checked = ListBox.GetCheckedCount("ListBox3", BST_CHECKED);

Gets the number of checked items in the "ListBox3" listbox object and stores the result in a variable called "num_checked."

See also:  Related Actions