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
ListBox.InsertItem
OverviewExamples
number ListBox.InsertItem ( string ObjectName,
number Index, string Text, string Data = "" )
De s cr ip t ion
Inserts a new item into a listbox object at a specific index.
P arame t er s
ObjectName
(string) The name of the listbox object.