lTrim
Top  Previous  Next

val = lTrim(str) 

Returns a copy of a string without leading spaces.

Parameters
 
str  
 
String being truncated. If not string, converted to string.  

Example

 
a = lTrim("    -Hello-    ")     ' Returns "-Hello-    ".