lnbAddRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (page modified & example)
m (return)
Line 16: Line 16:
|p2= [ [[String]] ]: [[Array]] |= PARAMETER2  
|p2= [ [[String]] ]: [[Array]] |= PARAMETER2  


| [[Number]] |= RETURNVALUE  
| Row index ([[Number]]) |= RETURNVALUE  





Revision as of 14:46, 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"]];
Example 2:
_ctrl lnbAddRow ["ROW1"];

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