lnbAddRow

From Bohemia Interactive Community
Revision as of 14:47, 6 September 2014 by Ffur2007slx2 5 (talk | contribs) (example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Adds an row of strings.
Groups:
Uncategorised

Syntax

Syntax:
lnbAddRow [IDC,[ String ]]
Parameters:
[IDC,[ String ]]: Array
[ String ]: Array
Return Value:
Row index (Number)

Examples

Example 1:
lnbAddRow [1,["ROW1","ROW2"]];
Example 2:
_ctrl lnbAddRow ["ROW1","ROW2"];

Additional Information

See also:
lnbAddArraylnbAddColumnlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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