LTRIM/de

(Difference between revisions)
Jump to: navigation, search
((**COPIED FROM ENGLISH PAGE**) =)
(Remarks)
Line 23: Line 23:
  
 
| valign="top" width="100%" style="width: 414px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 414px; border: 1px solid rgb(0, 0, 0);" |  
String that receives the result.
+
String die den Rückgabewert empfängt.
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 30: Line 30:
  
 
| valign="top" width="100%" style="width: 414px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 414px; border: 1px solid rgb(0, 0, 0);" |  
The string to remove the leading spaces from
+
Ein String dessen führende Leezeichen entfernt werden.
  
 
|}
 
|}

Revision as of 23:50, 4 March 2013

Contents

Funktion

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

 

 

Syntax

var = LTRIM( org )

 

 

Remarks

Var

String die den Rückgabewert empfängt.

Org

Ein String dessen führende Leezeichen entfernt werden.

 

 

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