Len()

Syntax

Length = Len(String$)
Description
Returns the Character length of the string.

Example:


  Debug Len("This is Art") ; will display 11

Supported OS

All

<- Left() - String Index - Mid() ->