lbSort: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add. see also)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lbSort''' [[Control]]|= Syntax
| '''lbSort''' control |= Syntax


|p1=  [[Control]] |= Parameter 1
|p1=  control: [[Control]] |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 20:20, 23 January 2009

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

Description

Description:
Sorts listbox entries alphabetical by their text.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
lbSort _myControl

Additional Information

See also:
lbSortByValue

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

Bottom Section