ScriptEigener Objekttyp in der Automation Engine Function: Deletes the empty spaces at the end of string
Syntax
STR_RTRIM(String)
| 
                     Syntax  | 
                
                     Description/Format  | 
            
|---|---|
| 
                     String  | 
                
                     Alphanumeric character string which should be converted  | 
            
| 
                     Return code  | 
            
|---|
| 
                     String without an empty space at its end  | 
            
Example
The example outputs the result (" Database opening...") in the activation protocol.
:SET &RET# = STR_RTRIM("   Database 
 opening...   ") 
:PRINT &RET#
        
See also:
| Script element | Description | 
|---|---|
| 
                     Deletes empty spaces at the beginning of a string  | 
            |
| 
                     Removes empty spaces at the beginning and the end of a string  | 
            
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function