LEN/de
(Difference between revisions)
m (1 revision) |
(→(**COPIED FROM ENGLISH PAGE**) =) |
||
Line 1: | Line 1: | ||
− | + | = <span class="f_Header">Funktion</span> = | |
− | + | Gibt die Anzahl von Zeichen eines Strings zurück. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Revision as of 12:15, 28 February 2013
Contents |
Funktion
Gibt die Anzahl von Zeichen eines Strings zurück.
Syntax
var = LEN( string )
Remarks
var |
A numeric variable that is assigned with the length of string. |
string |
The string to calculate the length of. |
Strings can be maximum 254 bytes long.
See Also
Partial Example
Dim S As String * 15 , Z As String * 15 S ="ABCDEFG" Print Len(s)
Languages | English • Deutsch |
---|