7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
#title LTrim$ [RCBasic Doc]
|
|
#header function LTrim$(src$)
|
|
|
|
Returns src$ with all the spaces before the first non-space character removed.
|
|
|
|
#ref RTrim Trim
|