TRIM$

From Macros Wiki
Revision as of 20:20, 22 July 2010 by ConnerO (talk | contribs) (New page: {{Command|syntax=right|TRIM$TRIM$ <a$> |description=:Trims the extra spaces off the right and left of the text string. |param1=<a$>|param1_desc={{a$}} }} ===Example==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Command

TRIM$
TRIM$
TRIM$ <a$>


Trims the extra spaces off the right and left of the text string.

Parameters

<a$>
Text string or name of a string variable.

Example

a$ = TRIM$(c$)