RIGHT_TRIM Function
Description: Removes trailing spaces and whitespace from the string.
Parameters: String
- Source text: The string containing the source value.
Return: String containing the trimmed value.
Syntax: RIGHT_TRIM (<source text>)
Example: Set the value of String 7 right to the value from String 7 after trimming the trailing spaces.
DE("String 7 right").setValue
( RIGHT_TRIM( DE("String 7").getValue( ) ) );
{{export-indexterm primary="RIGHT_TRIM function"/}}
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*