Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
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