LTRIM/de

From MCS Wiki AVR
< LTRIM
Revision as of 20:15, 15 February 2013 by Admin (Talk | contribs)
Jump to: navigation, search

Contents

= (**COPIED FROM ENGLISH PAGE**) === Action

Returns a copy of a string with leading blanks removed

 

 

Syntax

var = LTRIM( org )

 

 

Remarks

Var

String that receives the result.

Org

The string to remove the leading spaces from

 

 

See also

RTRIM , TRIM

 

 

ASM

NONE

 

 

Partial Example


Dim S As String * 6
S =" AB "
Print Ltrim(s)
Print Rtrim(s)
Print Trim(s)
End

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language