The LEFT$ function extracts a specified number of characters from a string's left side, leaving the main string unchanged. Example Sub_string$ = LEFT$(Alpha$, 5%)
1 – Syntax
{ LEFT } str-var = { LEFT$ } (str-exp, int-exp)