RIGHT$
STRING, LENGTH
This function will return the right most string based on a length.
Example
PRINT RIGHT$("kytschBASIC", 5)
Output
BASIC
Put down that phone!
Please view me on real computer.
RIGHT$
STRING, LENGTH
This function will return the right most string based on a length.
PRINT RIGHT$("kytschBASIC", 5)
BASIC