|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

ListBox.IsItemSelected

OverviewExamples

boolean ListBox.IsItemSelected ( string ObjectName,


number Index )


De s cr ip t ion


Returns true if a specific listbox item is selected, or false if it's not selected.


P arame t er s


ObjectName


(string) The name of the listbox object.


|