Returns a copy of a string without trailing spaces.
[ s = ] RTrim ( sStr )
The RTrim procedure syntax has the following parts:
Name |
Type |
Description |
s |
BString |
The result string |
sStr |
Val BString |
Input string |
Print RTrim("ATEasy ") ! This will print "ATEasy"