LEFT$
From Macros Wiki
Jump to navigationJump to search
Command
- Returns the left-hand part of a string of characters.
Parameters
- <a$>
- Text string or name of a string variable.
- <n>
- Number of characters.
Example
- a1$ = LEFT$(c$, 9)