lbSort

From Bohemia Interactive Community
Revision as of 14:30, 27 January 2017 by Killzone Kid (talk | contribs)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Sorts listbox entries alphabetically ascending by their lbText.
Alternative syntax (available since Arma 3 v1.18) allows descending sorting as well.
Order could be:
  • "ASC"
  • "DESC"
Groups:
Uncategorised

Syntax

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

Alternative Syntax

Syntax:
lbSort [control, sortOrder]
Parameters:
control: Control
sortOrder: String - see Description
Return Value:
Nothing

Examples

Example 1:
lbSort _myControl;
Example 2:
lbSort [_myControl, "DESC"];

Additional Information

See also:
lbSortByValuelnbSorttvSortlbSortByValuetvSortByValuelnbSortByValuelbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbTextlbValue

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