lnbSetValue: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos") |
(syntax & example) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[lnbSetValue]] [idc,[row,column],value] |= Syntax | ||
|p1= [idc,[row,column],value]: Array | |p1= [idc,[row,column],value]: [[Array]] |= PARAMETER1 | ||
| | | [[Nothing]] |= RETURNVALUE | ||
____________________________________________________________________________________________ | |||
| | | s2= _ctrl [[lnbSetValue]] [ [row,column],value] |= Syntax | ||
| p21= _ctrl: [[Control]] |= PARAMETER1 | |||
| p22= [ [row,column],value]: [[Array]] |= PARAMETER2 | |||
| r2= [[Nothing]] |= RETURNVALUE | |||
____________________________________________________________________________________________ | |||
|x1= <code> | |x1= <code>_ctrl [[lnbSetValue]] [ [0,0],1];</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:42, 9 September 2014
Description
- Description:
- Sets the additional integer value in the item with the position index of the 2D listbox.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lnbSetValue [idc,[row,column],value]
- Parameters:
- [idc,[row,column],value]: Array
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- _ctrl lnbSetValue [ [row,column],value]
- Parameters:
- _ctrl: Control
- [ [row,column],value]: Array
- Return Value:
- Nothing
Examples
- Example 1:
_ctrl lnbSetValue [ [0,0],1];
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSizelnbTextlnbValue
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