fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > comp > gb > string > chr
 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration 
-> 3.0
 
Documentation
History
 
String.Chr (gb)
Syntax
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)