Len

String management function.

The Len function returns the length of the specified string.

Syntax

a=Len(<string$>)

Parameters

<string$>, string.

Return value

a, numeric, return value containing the length of <string$>.

See also

Extract the first and second word from a string

ExtractBetween$

Examples

 

a = Len("bcdefg") ' Returns 6

a = Len(var$)