ListBox.GetSelectedCount

number ListBox.GetSelectedCount (

string ObjectName )

Example 1

num_select = ListBox.GetSelectedCount("ListBox3");

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

See also: Related Actions