Syntax:=RTrim(Text)
Description:Returns the string Text where all the spaces to the right are removed.
Text : string to remove the spaces to the right from.
Example:=RTrim("hello ")