ListBox and ComboBox
Purpose: |
Get the index number of the selected index in a ListBox or ComboBox. |
Category: |
ListBox and ComboBox |
Syntax: |
ListBoxGetSelectedIndex "listbox object" [result var] listbox object An existing Listbox object name. result var Variable to store the result. |
Example: |
ListBoxGetSelectedIndex "Listbox1" [myvar] |