Result = RTrim$ ( String )
Strips white spaces from the right of a string. A white space is any character whose ASCII code is lower or equal than 32.
PRINT "<"; RTrim$("Gambas "); ">"<Gambas> PRINT "<"; RTrim$(" Gambas "); ">"
< Gambas>
LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$