lnbSetText
Jump to navigation
Jump to search
Description
- Description:
- Sets the additional text (invisible) in the item with the given position of the 2D listbox.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lnbSetText [idc,[row,column],data]
- Parameters:
- [idc,[row,column],data]: Array
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- _ctrl lnbSetText [ [row,column],data]
- Parameters:
- _ctrl: Control
- [ [row,column],data]: Array
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetText [101, [0,1], "#1"];
- Example 2:
_ctrl lnbSetText [ [0,1], "#1"];
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetValuelnbSizelnbTextlnbValue
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