TRIM$
Removes leading and trailing spaces from a string.
TRIM$( string-expression )
|
Usage:
|
A$=TRIM$(B$)
Heading$=TRIM$(" Title ")
|
Description:
The TRIM$ string function removes leading and trailing spaces from a string. The embedded spaces are not affected.
See Also: