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)

Output

kytsch

See also