Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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)