<evalcmd> Left && string && Specified portion of the string. && string && string && Input string to return the left portion of. && length && int && Length of string to return. </evalcmd>
Returns length characters from the left side of string.
//Example://arrow-up-right
Output( Left("Hello World", 5) ); --> Hello
See also: mid right
最后更新于2年前