lnbAddArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
mNo edit summary
Line 5: Line 5:


|1.00|Game version=
|1.00|Game version=
|gr1= GUI Control |GROUP1=


|arg= local |Multiplayer Arguments=
|arg= local |Multiplayer Arguments=

Revision as of 22:07, 24 September 2020

Hover & click on the images for description

Description

Description:
Adds list of rows of strings.
Groups:
GUI Control

Syntax

Syntax:
lnbAddArray [idc, [[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]
Parameters:
[idc, [[[text,text],[value,..],[data,..]],[[text,text],[value,..],[data,..]],]]: Array
idc: Number or Control
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