TRIM$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=[[Image:trim$.png|right|TRIM$]]TRIM$ <a$> | {{Command|syntax=[[Image:trim$.png|right|TRIM$]]TRIM$ <a$> | ||
|description=:Trims | |description=:Trims spaces from both ends of a text string. | ||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} |
Latest revision as of 00:37, 4 January 2011
Command
- Trims spaces from both ends of a text string.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- a$ = TRIM$(c$)