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