lnbAddRow: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2") |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1.00 | |game2= arma2oa | ||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|arg= local | |arg= local | ||
Line 11: | Line 19: | ||
|gr1= GUI Control - ListNBox | |gr1= GUI Control - ListNBox | ||
| Adds a row of strings. | |descr= Adds a row of strings. | ||
| [[lnbAddRow]] [idc, data] | |s1= [[lnbAddRow]] [idc, data] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
Line 19: | Line 27: | ||
|p2= data: [[Array]] of [[String]]s | |p2= data: [[Array]] of [[String]]s | ||
| [[Number]] - | |r1= [[Number]] - row index | ||
|s2= ctrl [[lnbAddRow]] data | |s2= ctrl [[lnbAddRow]] data | ||
Line 25: | Line 33: | ||
|p21= ctrl: [[Control]] | |p21= ctrl: [[Control]] | ||
| p22= data: [[Array]] of [[String]]s | |p22= data: [[Array]] of [[String]]s | ||
|r2= [[Number]] - | |r2= [[Number]] - row index | ||
|x1= < | |x1= <sqf>lnbAddRow [1, ["COL1", "COL2"]];</sqf> | ||
|x2= < | |x2= <sqf>_ctrl lnbAddRow ["COL1", "COL2"];</sqf> | ||
| [[lnbAddArray]] | |seealso= [[lnbAddArray]] [[lnbAddColumn]] [[lnbClear]] [[lnbColor]] [[lnbCurSelRow]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetColumnsPos]] [[lnbSetCurSelRow]] [[lnbSetData]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSetValue]] [[lnbSize]] [[lnbText]] [[lnbValue]] | ||
}} | }} | ||
Latest revision as of 15:47, 8 November 2023
Description
- Description:
- Adds a row of strings.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbAddRow [idc, data]
- Parameters:
- idc: Number
- data: Array of Strings
- Return Value:
- Number - row index
Alternative Syntax
- Syntax:
- ctrl lnbAddRow data
- Parameters:
- ctrl: Control
- data: Array of Strings
- Return Value:
- Number - row index
Examples
- Example 1:
- lnbAddRow [1, ["COL1", "COL2"]];
- Example 2:
- _ctrl lnbAddRow ["COL1", "COL2"];
Additional Information
- See also:
- lnbAddArray lnbAddColumn lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue
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