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
ComboBox.InsertItem
OverviewExamples
number ComboBox.InsertItem ( string ObjectName,
number Index, string Text, string Data = "" )
De s cr ip t ion
Inserts a new item into a combobox object at a specific index. (Note: The item's inserted position will persist even if sorting is enabled.)
P arame t er s
ObjectName
(string) The name of the combobox object.