Chr Procedure
Returns the character that corresponds to the specified Unicode code point number.
Declaration
function Chr(this as Number) as String
Parameters
- this as Number — A Unicode code point number.
Return value
String — The corresponding character.
Example
Code
Output