1 LEFT$ 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%) 2 Syntax { LEFT } str-var = { LEFT$ } (str-exp, int-exp)