String.Len (gb)

Static Function Len ( String As String ) As Integer

Retorna o comprimento em caracteres de uma string UTF-8.

Examples

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