LTrim()

Syntax

Result$ = LTrim(String$)
Description
Removes all the 'space' characters located in the front of a string.

Example :
  Debug LTrim("     This is Art") ; Will display "This is Art"

Supported OS

All

<- LSet() - String Index - Left() ->