LTRIM$
STRING Function
Windows/Unix
A string function that returns a string with leading spaces removed.
Syntax
:
LTRIM$(string-expression)
A$ = LTRIM$(" Hello") '-- returns Hello