lbSetText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|PARAMETER1= |p22=" to "|PARAMETER21= |p22=")
m (Text replacement - "|PARAMETER2= |p23=" to "|PARAMETER22= |p23=")
Line 23: Line 23:
|s2= control '''lbSetText''' [index, name] |SYNTAX=
|s2= control '''lbSetText''' [index, name] |SYNTAX=
|p21= control: [[Control]] |PARAMETER21=
|p21= control: [[Control]] |PARAMETER21=
|p22= [index, name]: [[Array]] |PARAMETER2=
|p22= [index, name]: [[Array]] |PARAMETER22=
|p23= index: [[Number]] |PARAMETER3=
|p23= index: [[Number]] |PARAMETER3=
|p24= name: [[String]] |PARAMETER4=
|p24= name: [[String]] |PARAMETER4=

Revision as of 03:35, 3 September 2019

Hover & click on the images for description

Description

Description:
Sets the text on the left side of the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Groups:
Uncategorised

Syntax

Syntax:
lbSetText [idc, index, name]
Parameters:
[idc, index, name]: Array
idc: Number of control
index: Number
name: String
Return Value:
Nothing

Alternative Syntax

Syntax:
control lbSetText [index, name]
Parameters:
control: Control
[index, name]: Array
index: Number
name: String
Return Value:
Nothing

Examples

Example 1:
lbSetText [101, 0, "iskoda"];
Example 2:
_control lbSetText [0, "iskoda"];

Additional Information

See also:
lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetSelectedlbSetTextRightlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValuelbSetPicturelbSetPictureColor

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

Posted: Sep 10 2014
ffur2007slx2_5
More information on the LB command family can be found here

Bottom Section