STR_LTRIM
            Script Function: Deletes empty spaces at the beginning of a string
Syntax
STR_LTRIM (String)
| 
                         Syntax  | 
                    
                         Description/Format  | 
                
|---|---|
| 
                         String  | 
                    
                         Alphanumeric character string which should be converted  | 
                
| 
                         Return code  | 
                
|---|
| 
                         String without leading empty spaces  | 
                
Example
The example outputs the result ("Database opening... ") in the activation report.
:SET &RET# = STR_LTRIM("   Database 
 opening...   ") 
:PRINT &RET#
            
See also: