LTrim()
Syntax
Result$ = LTrim(String$)
Removes all the 'space' characters located in the front of a string. Example : Debug LTrim(" This is Art") ; Will display "This is Art"
Debug LTrim(" This is Art") ; Will display "This is Art"
Supported OS
All