lnbAddRow

From Bohemia Interactive Community
Revision as of 08:13, 9 September 2014 by Ffur2007slx2 5 (talk | contribs) (syntax)
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: Number
[ String,String... ]: Array of String
Return Value:
Row index (Number)

Alternative Syntax

Syntax:
_ctrl lnbAddRow [ String,String ]
Parameters:
_ctrl: Control
[ String,String... ]: Array of String
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