lnbData: Difference between revisions
Jump to navigation
Jump to search
(syntax, example & note) |
m (example) |
||
Line 29: | Line 29: | ||
|x1= <code>_ctrl [[lnbData]] [ [[lnbCurSelRow]] _ctrl,0];</code>|= Example 1 | |x1= <code>_ctrl [[lnbData]] [ [[lnbCurSelRow]] _ctrl,0]; //#1</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:19, 9 September 2014
Description
- Description:
- Returns the additional text (invisible) in an item with the given position of the 2D listbox.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lnbData [idc(Number) or Control,[row(Number),column(Number)] ]
- Parameters:
- [idc(Number) or Control,[row(Number),column(Number)] ]: Array
- Return Value:
- String
Alternative Syntax
- Syntax:
- _ctrl lnbData [row(Number),column(Number)]
- Parameters:
- _ctrl: Control
- [row(Number),column(Number)]: Array
- Return Value:
- String
Examples
- Example 1:
_ctrl lnbData [ lnbCurSelRow _ctrl,0]; //#1
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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