Home > comp > gb > string > len 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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