LTRIM/de
(Difference between revisions)
m (1 revision) |
(→(**COPIED FROM ENGLISH PAGE**) =) |
||
Line 1: | Line 1: | ||
− | + | = <span class="f_Header">Funktion</span> = | |
− | + | Gibt eine Kopie eines Strings ohne führende Leerzeichen zurück. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </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
ASM
NONE
Partial Example
Dim S As String * 6 S =" AB " Print Ltrim(s) Print Rtrim(s) Print Trim(s) End
Languages | English • Deutsch |
---|