Revision [1069]

This is an old revision of sortascending made by EditorDeas on 2014-08-16 19:48:01.
 
Usage

Syntax: array.sortascending()

Explanation

Will sort an array of text ascendingly.

Example

function onCreated() {
  temp.array = {"c", "a", "b"};
  temp.array.sortascending();
  echo(temp.array);
}

... Will output {"a", "b", "c"} in RC when on the serverside, or in your F2 menu when on the clientside.

Categories

CategoryObjectFunction
CategoryFunctionClientside
CategoryFunctionServerside

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki