kytschBASIC

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

MID$
STRING, START, LENGTH

This function will return the characters from a string based on a start position and a length.

Example

PRINT MID$("kytschBASIC", 7, 3)

Output

BAS

See also