RTrim
The RTrim function removes spaces on the right side of a string.
Syntax :
RTrim(string)
Parameters :
Parameters | Description |
---|---|
string | A valid, required string expression. |
Example :
s = RTrim(" Test ")
Result :
s=" Test"
The RTrim function removes spaces on the right side of a string.
RTrim(string)
Parameters :
Parameters | Description |
---|---|
string | A valid, required string expression. |
s = RTrim(" Test ")
Result :
s=" Test"