Last updated 13 days ago
Was this helpful?
RTrim removes trailing spaces from the end of a string.
RTrim(text)
text (required)- Text or a column of text to remove the trailing spaces from.
RTrim(" John Doe ")
Returns ” John Doe”
” John Doe”
Spaces on the left side are not removed
RTrim([First Name])
Returns: