Revision [1070]

This is an old revision of sortdescending made by EditorDeas on 2014-08-16 19:51:10.
 
Usage

Syntax: array.sortdescending()

Explanation

Will sort an array of text descendingly.

Example

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

... Will output {"c", "b", "a"} 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