Skip to main content
Skip table of contents

f$StrLen (f$TextLänge)


f$StrLen (f$TextLänge)

Get the number of characters in a string. Empty spaces are included in the character count.

Syntax:

Length = f$StrLen( Text )

 

Argument

Type

Meaning

 

Text

String

String whose length is to be calculated

Result:

Integer

Length of the string

Example:

L = f$StrLen( 'Motor' ) → L = 5

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.