Home > comp > gb > string > chr$ 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
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.

Example

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