LEFT$
STRING, LENGTH
This function will return the left most string based on a length.
Example
PRINT LEFT$("kytschBASIC", 6)
Output
kytsch
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.
PRINT LEFT$("kytschBASIC", 6)
kytsch