Microsoft® JScript
sort Method
See Also
Language Reference 


Description

Sorts the elements of an Array object.

Syntax

arrayobj.sort( sortfunction )

The sortfunction argument is the name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order.
Remarks

The sort method sorts the Array object in place; no new Array object is created during execution.

If you supply a function in the sortfunction argument, it must return one of the following values:


© 1996 by Microsoft Corporation.


Casa de Bender