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.Chr (gb)
Static
Function
Chr
(
Unicode
As
Integer
)
As
String
Returns a character from its Unicode value. It is UTF-8 encoded.
Examples
' How to display the 'ni' chinese character
PRINT
String
.
Chr
(
20320
)
你