Download User`s Guide Part I
Transcript
RIGHT$
Right string
Format:
Group:
RIGHT$ ( stringexpression, length )
String
See also:
LEFT$, MID$
This function returns the rightmost "n" characters of the given string. If "n" is greater than
the length of the string, the entire string is returned.
Usage example:
PRINT RIGHT$("ABCDEFG", 3)
Example output:
EFG
378
Acroloop Motion Controller User’s Guide Part I