ListBox.GetChecked

table ListBox.GetChecked ( 

string ObjectName,

number CheckState )

Example 1

List_Checked = ListBox.GetChecked("File List", BST_CHECKED);

Gets the indexes of the checked items in the "File List" listbox object and stores the result in a table called "List_Checked."

See also:  Related Actions