Rtrim Function

Description:
Trim trailing space characters from the end of the text value.
Returns:
Text
Parameter:
Parameter
Data Type
Description
1
Text
The text.
Example:
When using functions inside a field, remember the field brackets:
{Rtrim(VariableName)}
Expression
Result
Rtrim( " a b c " )
" a b c"

Related content