LTRIM/de

(Difference between revisions)
Jump to: navigation, search
m (1 revision)
((**COPIED FROM ENGLISH PAGE**) =)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Returns a copy of a string with leading blanks removed
+
Gibt eine Kopie eines Strings ohne führende Leerzeichen zurück.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 22:49, 4 March 2013

Contents

Funktion

Gibt eine Kopie eines Strings ohne führende Leerzeichen zurück.

 

 

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