Home / comp / gb / string / len 
String.Len (gb)
Syntax
STATIC FUNCTION Len ( String AS String ) AS Integer
Returns the length of an UTF-8 string in characters.

Examples

PRINT String.Len("Benoît");; Len("Benoît")
<hr>6 7