8 lines
156 B
Plaintext
8 lines
156 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
|
|
|