LTRIM$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Internal_Macro_Functions|{{Up}}]] | |||
{{Command|syntax=[[Image:ltrim$.png|right|LTRIM$]]LTRIM$ <a$> | {{Command|syntax=[[Image:ltrim$.png|right|LTRIM$]]LTRIM$ <a$> | ||
|description=:Trims the extra spaces off the left of the text string. | |description=:Trims the extra spaces off the left of the text string. |
Revision as of 22:37, 30 July 2010
Command
- Trims the extra spaces off the left of the text string.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- a$ = LTRIM$(c$)