Len()

Last Modified: 9/8/2021

Returns the length of a String.

Arguments

NameTypeRequiredDescription
Str String Yes The expression to return the length of.

Example

Syntax: Len(<Str>)
    a$ = "Hello World"
    Print Len(a$)