Trim$

From BR Wiki
Revision as of 10:20, 17 January 2012 by Mikhail.zheleznov (talk | contribs) (moved Trim$ to TRIM$)
Jump to navigation Jump to search
Trim$(A$[,"char"])

The Trim$ internal function can now be used to delete both leading and trailing blanks from the string A$. Trim$(A$) returns the same value as RTrm$(LTrm$(A$)). The optional "char" parameter can be used to specify the character (instead of blanks) to strip; this parameter is limited to one character in length. Nulls (Chr$(0)) are allowed.

See also