Len()

Syntax

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

Example :
  a = Len("This is Art") ; a will be 11

Supported OS

All

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