Home > comp > gb > string > chr$ 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Refresh  Search  Amministrazione  
Documentazione
History
 
String.Chr (gb)
Static Function Chr ( Unicode As Integer ) As String

Static Function Chr$ ( Unicode As Integer ) As String

Returns a character from its Unicode value. It is UTF-8 encoded.

Esempio

' How to display the 'ni' chinese character
PRINT String.Chr(20320)