lnbAddArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (page format)
m (syntax)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbAddArray''' [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]] |= Syntax
| '''lnbAddArray''' [IDC([[Number]] or [[Control]]),[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]] |= Syntax
|p1= [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: [[Array]] |= PARAMETER1  
|p1= [IDC([[Number]] or [[Control]]),[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: [[Array]] |= PARAMETER1  
|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  

Revision as of 09:13, 9 September 2014

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:
index (Number)

Examples

Example 1:
Template:Example needed

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