lnbAddArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
m (page format)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbAddArray''' <tt>[IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]</tt> |= Syntax
| '''lnbAddArray''' [IDC,[[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]] |= 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  
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  
| [[Number]] |= RETURNVALUE  
| index ([[Number]]) |= RETURNVALUE  


|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>{{Example needed}}</code>|= Example 1
Line 28: Line 28:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
It seems this command is don't have arma-style syntax (don't work with control type).
[[User:DenV|DenV]]
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

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