LTRIM/de

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with leading blanks removed <span style="font-family: Arial;"> </span> <span style="font-family: Ar...")
 
K (1 revision)

Version vom 15. Februar 2013, 21:15 Uhr

Inhaltsverzeichnis

= (**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  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache