kytschBASIC

Put down that phone!
Please view me on real computer.

UNLEFT$
STRING, LENGTH

This function will remove leftmost characters based on a length.

Example

PRINT UNLEFT$("Hi World!", 3)

Output

World!

See also