Revision [1071]

Last edited on 2014-08-16 19:59:38 by EditorDeas [updated example]
Additions:
Will sort an array in ascending order (smallest value first).
temp.array = {"c", 1, "a", 2, "b", 3};
... Will output {1, 2, 3, "a", "b", "c"} in RC when on the serverside, or in your #%F2#% menu when on the clientside.
Deletions:
Will sort an array of text ascendingly.
temp.array = {"c", "a", "b"};
... Will output {"a", "b", "c"} in RC when on the serverside, or in your #%F2#% menu when on the clientside.


Revision [1069]

The oldest known version of this page was created on 2014-08-16 19:48:01 by EditorDeas [Page Created]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki