lnbAddRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (syntax)
m (syntax)
Line 16: Line 16:
| p2= [ [[String]],[[String]]... ]: [[Array]] of [[String]] |= Parameter 2
| p2= [ [[String]],[[String]]... ]: [[Array]] of [[String]] |= Parameter 2


| r2= Row index ([[Number]]) |= Return value  
| Row index ([[Number]]) |= Return value  


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 24: Line 24:
| p21= _ctrl: [[Control]]  |= Parameter 1  
| p21= _ctrl: [[Control]]  |= Parameter 1  


| p21= [ [[String]],[[String]]... ]: [[Array]] of [[String]] |= Parameter 2
| p22= [ [[String]],[[String]]... ]: [[Array]] of [[String]] |= Parameter 2


| Row index ([[Number]]) |= Return value  
| r2= Row index ([[Number]]) |= Return value  





Revision as of 08:13, 9 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: 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