Right

Syntax

String:Right(text, len, return)

Description

Copies the rightmost part of a text with length according to len.

Note

None.

Example

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