STR_RTRIM

Script 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
Format: script literal or script variable


Return code

String without an empty space at its end

Example

The example outputs the result ("   Database opening...") in the activation report.

:SET &RET# = STR_RTRIM("   Database opening...   ")
:
PRINT &RET#

See also:

seealso

Script Elements for Editing Strings