Reverse

Syntax

String:Reverse(text, return)

Description

Flips the arrangement of the supplied text.

Note

None.

Example

function main() {
  Var:String myStr = "Hello World";
 
  String:Reverse(myStr, myStr)   //reverse it now
  Konsol:Log(myStr) //see the log for "dlroW olleH"
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net