HTBasic Help
×
Menu
Index

TRIM$

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