Function reference
Removes spaces from the end of a string.

RightTrim ( string )

Argument Description
string The string you want returned with trailing blanks deleted.

Data type: String
Returns a copy of string with trailing blanks deleted if it succeeds and the empty string (“”) if an error occurs.

Example 1
This expression returns RUTH:
RightTrim(‘RUTH ‘)

Last modified: 23 May 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment