LEN/de

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

Version vom 15. Februar 2013, 21:15 Uhr

Inhaltsverzeichnis

= (**COPIED FROM ENGLISH PAGE**) === Action

Returns the length of a string.

 

 

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

VAL

 

 

Partial Example


Dim S As String * 15 , Z As String * 15
S ="ABCDEFG"
Print Len(s)

Languages   English Deutsch  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache