lnbData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (example)
Line 29: Line 29:




|x1= <code>_ctrl [[lnbData]] [ [[lnbCurSelRow]] _ctrl,0]; //#1</code>|= Example 1
|x1= <code>_ctrl [[lnbData]] [ [[lnbCurSelRow]] _ctrl,0]; //"#1"</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:17, 9 September 2014

Hover & click on the images for description

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

Notes

Bottom Section