>
comp
>
gb
>
string
>
len
2.0
3.0
String.Len (gb)
STATIC
FUNCTION
Len
(
String
AS
String
)
AS
Integer
Returns the length of an UTF-8 string in characters.
Example
PRINT String.Len("Benoît");; Len("Benoît")
6 7