ToLower

Syntax

String:ToLower(text, return)

Description

Copies the value of text, and return it all in lowercase.

Note

None.

Example

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