LTRIM$

From Macros Wiki
Jump to navigationJump to search

Up

Command

LTRIM$
LTRIM$
LTRIM$ <a$>


Trims spaces from the left-hand end of a text string.

Parameters

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

Example

a$ = LTRIM$(c$)