LEN/de

From MCS Wiki AVR
< LEN
Revision as of 13:15, 28 February 2013 by Galahat (Talk | contribs)
Jump to: navigation, search

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

VAL

 

 

Partial Example


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

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language