EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

arr.sort

Sorting an array. Sort array items according to the sorting function. The function must have two parameters containing pointers to two compared items. It must return int less than, equal to or greater than zero if the left value is less than, equal to or greater than the first one respectively.

method arr arr.sort (
   uint sortfunc
)

Parameters

sortfunc Sorting function.

Return value

Returns the object which method has been called.

Related links

Source