RTrim, RTrim$ (functions)
Syntax | RTrim[$] (text) |
Description | Returns a string with the trailing spaces removed. |
Comments | RTrim$ returns a String , whereas RTrim returns a String variant. Null is returned if text is Null . |
Example |
This example displays a left-justified string and its RTrim result.
|
See Also | LTrim, LTrim$ (functions); Trim, Trim$ (functions). |