Rebooting the QBasic we all know and love!
Removes the leading blank characters from a string expression.
LTRIM$(string_expression)
LTRIM$
string_expression is any string expression.
PRINT LTRIM$(" Trim test")
Results in:
Trim test