BIS fnc sortAlphabetically: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.10 http://dev.arma3.com/post/spotrep-00017)
(see also)
Line 35: Line 35:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_sortBy]], [[BIS_fnc_sortNum]], [[sort]] |= See also


}}
}}

Revision as of 22:46, 18 April 2015


Hover & click on the images for description

Description

Description:
/*

	Description:
	Sort an array of strings alphabetically

	Parameter(s):
	ARRAY ot STRINGs

	Returns:
	ARRAY ot STRINGs
*/

#define CONTROL	((finddisplay 0) displayctrl 1555)

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
BIS_fnc_sortByBIS_fnc_sortNumsort

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