RTrim(String: String): String
Right trim String. Returns String with trailing spaces removed.
RTrim function syntax has these named arguments:
Parameter |
Description |
String |
Required. String to be trimmed on the right. |
Sample code:
Print RTrim("orange ")
Returns: orange