lnbAddRow: Difference between revisions

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




|x1= <code>[[lnbAddRow]] [1,["ROW1"]];</code>|= Example 1
|x1= <code>[[lnbAddRow]] [1,["ROW1","ROW2"]];</code>|= Example 1


|x2= <code>_ctrl [[lnbAddRow]] ["ROW1"];</code>|= Example 2
|x2= <code>_ctrl [[lnbAddRow]] ["ROW1","ROW2"];</code>|= Example 2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:47, 6 September 2014

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