kytschBASIC

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

LEFT
STRING, LENGTH

This function will return the left most string based on a length.

Example

PRINT LEFT("kytschBASIC", 6)

LINE BREAK



DEF string$=LEFT("kytschBASIC", 6)

PRINT string$

Output

kytsch
kytsch

See also