lbSortByValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Extended Description and added a Workaround-Tip)
mNo edit summary
Line 9: Line 9:
| Sorts the Listbox Entries by their assigned Values.
| Sorts the Listbox Entries by their assigned Values.


Also note that this Command will mix up the Entries randomly, if more than one Entries have the same Value. |= Description
Also note that this Command will mix up the Entries randomly if multiple Entries have the same Value. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:04, 2 January 2011

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Sorts the Listbox Entries by their assigned Values. Also note that this Command will mix up the Entries randomly if multiple Entries have the same Value.
Groups:
Uncategorised

Syntax

Syntax:
lbSortByValue control
Parameters:
control: Control
Return Value:
Nothing

Examples

Example 1:
lbSortByValue _control

Additional Information

See also:
lbSetValuelbSort

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

January 1st, 2011 - 22:54
Roehre
A good way to avoid that this Command will mix up your Listbox Entries is, to assign your Value summed up with the Index ID returned by lbAdd to your Listbox.

Bottom Section