|
History |
.............................................................................. ..............................................................................
{Example {Example
PRINT "<"; RTrim$("Gambas"); ">" PRINT "<"; RTrim$("Gambas"); ">"
<hr><Gambas> --
<Gambas>
} }
{example {example
PRINT "<"; RTrim$(" Gambas "); ">" PRINT "<"; RTrim$(" Gambas "); ">"
<hr>< Gambas> --
< Gambas>
} }
{seealso {seealso
[cat/string] [/lang/ltrim] [/lang/trim] [cat/string] [/lang/ltrim] [/lang/trim]
.............................................................................. ..............................................................................
.............................................................................. ..............................................................................
Strips white spaces from the right of the [../../comp/gb/string] _sExpr_. Strips white spaces from the right of the [../../comp/gb/string] _sExpr_.
A white space is any character whose [/def/ascii] code is stricly lower than 3 A white space is any character whose [/def/ascii] code is strictly lower than
{Example {Example
PRINT "<"; RTrim$("Gambas"); ">" PRINT "<"; RTrim$("Gambas"); ">"
.............................................................................. ..............................................................................