lbSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|LBSETVALUE]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|LBSETVALUE]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|LBSETVALUE]]


| ofpr |= Game name


<h2 style="color:#000066"> '''lbSetValue [''idc'', ''index'', ''value'']'''</h2>
|1.5|= Game version
____________________________________________________________________________________________


| Set additional integer value in item with given index of listbox or combobox with id idc of topmost user [[dialog]] to value. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''lbSetValue''' |= Syntax


'''[idc, index, value]:''' [[Array]]
|p1= [idc, index, value]: [[Array]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>lbSetValue [101, 0, 1]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Added in version '''1.50'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Set additional integer value in item with given '''index''' of listbox or combobox with id '''idc''' of topmost user [[dialog]] to '''value'''.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|LBSETVALUE]]
 
[[Category:Scripting Commands OFP 1.96|LBSETVALUE]]
'''Example:'''
[[Category:Scripting Commands ArmA|LBSETVALUE]]
 
'''lbSetValue''' [101, 0, 1]

Revision as of 01:46, 2 August 2006

Hover & click on the images for description

Description

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

Syntax

Syntax:
lbSetValue
Parameters:
[idc, index, value]: Array
Return Value:
Nothing

Examples

Example 1:
lbSetValue [101, 0, 1]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section