lnbAddArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also" + <tt>'d "syntax" + Added newly created {{Example needed}} + crossing fingers...)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbAddArray''' [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]] |= Syntax
| '''lnbAddArray''' <tt>[IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]</tt> |= Syntax
|p1= [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: Array -  |= PARAMETER1  
|p1= [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: Array -  |= PARAMETER1  
|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 16: Line 16:
| [[Number]] |= RETURNVALUE  
| [[Number]] |= RETURNVALUE  


 
|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>(example)</code>|= EXAMPLE1
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[lnbAddColumn]], [[lnbAddRow]] |= SEEALSO  
| [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbsetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 05:02, 11 April 2014

Hover & click on the images for description

Description

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

Syntax

Syntax:
lnbAddArray [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]
Parameters:
[IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: Array -
Return Value:
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

It seems this command is don't have arma-style syntax (don't work with control type). DenV

Bottom Section