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