LTRIM$

From Macros Wiki
Revision as of 18:17, 22 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

LTRIM$
LTRIM$
LTRIM$ <a$>


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$)