LTRIM$

From Macros Wiki
Revision as of 00:36, 4 January 2011 by Mikeo (talk | contribs)
Jump to navigationJump to search

Up

Command

LTRIM$
LTRIM$
LTRIM$ <a$>


Trims spaces from the left end of a text string.

Parameters

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

Example

a$ = LTRIM$(c$)