LTRIM$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=LTRIM$ <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- LTRIM$ Category:Internal_Macro_Functions
 
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=LTRIM$ <a$>
[[:Category:Internal_Macro_Functions|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=[[Image:ltrim$.png|right|LTRIM$]]LTRIM$ <a$>
|description=:Trims spaces from the left-hand end of a text string.


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{a$}}
Line 6: Line 8:


===Example===
===Example===
:- LTRIM$
:a$ = LTRIM$(c$)


[[Category:Internal_Macro_Functions]]
[[Category:Internal_Macro_Functions]]

Latest revision as of 00:36, 4 January 2011

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