lnbAddArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (al & el)
m (format)
Line 18: Line 18:
|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  
| index ([[Number]]) |= RETURNVALUE  
| [[Number]] - index |= RETURNVALUE  


|x1= <code>[[lnbAddArray]] [102,[[["#1"],[1],["#1"]]]];</code>|= Example 1
|x1= <code>[[lnbAddArray]] [102,[[["#1"],[1],["#1"]]]];</code>|= Example 1

Revision as of 10:44, 16 July 2015

Hover & click on the images for description

Description

Description:
Adds list of rows of strings.
Groups:
Uncategorised

Syntax

Syntax:
lnbAddArray [IDC(Number or Control),[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]
Parameters:
[IDC(Number or Control),[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: Array
Return Value:
Number - index

Examples

Example 1:
lnbAddArray [102,[[["#1"],[1],["#1"]]]];

Additional Information

See also:
lnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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