lbSortByValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ")
Line 17: Line 17:
|s2= '''lbSortByValue''' idc {{Since|arma3|1.67|y}}
|s2= '''lbSortByValue''' idc {{Since|arma3|1.67|y}}


|p21= idc: [[Number]] |PARAMETER21=
|p21= idc: [[Number]]


|r2= [[Nothing]]
|r2= [[Nothing]]

Revision as of 19:11, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - ListBox

Syntax

Syntax:
Syntax needed
Parameters:
control: Control
Return Value:
Return value needed

Alternative Syntax

Syntax:
lbSortByValue idc Template:Since
Parameters:
idc: Number
Return Value:
Nothing

Examples

Example 1:
lbSortByValue _control;
Example 2:
lbSortByValue 101;

Additional Information

See also:
See also needed

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
January 1st, 2011 - 22:54
Roehre
A good way to avoid that this Command will mix your Listbox up is, to assign your Value summed up with the Index ID returned by lbAdd to your Listbox Entries.
Posted: Sep 10 2014
ffur2007slx2_5
More information on the LB command family can be found here