Function RTrim

RTrim(string)
The function returns a string containing a copy of a specified string with no trailing spaces, tabs and linebreaks. Example:
sTrimmed = RTrim(" Hello World ") ' it is " Hello World"

See also: