StrFormat,LEN

Syntax

StrFormat,LEN,<%string%>,<%VarResult%>

Returns the number of characters in the string

Example:

there are 11 characters in the given string (which would be the value of %var1%

StrFormat,LEN,"Hello World",%var1%