lbSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|LBSETVALUE]]
[[Category:Scripting Commands|LBSETVALUE]]
[[Category:Scripting Commands OFP 1.97|LBSETVALUE]]
[[Category:Scripting Commands OFP 1.96|LBSETVALUE]]
[[Category:Scripting Commands ArmA|LBSETVALUE]]
[[Category:Scripting Commands ArmA|LBSETVALUE]]



Revision as of 21:48, 1 June 2006


lbSetValue [idc, index, value]


Operand types:

[idc, index, value]: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.50

Description:

Set additional integer value in item with given index of listbox or combobox with id idc of topmost user dialog to value.


Example:

lbSetValue [101, 0, 1]