Returns a character corresponding to a unicode code.
ChrW ( UNICODEcode )
UNICODEcode | A unicode code in the range 0-65535 (e.g., 65 returns the capital letter A). |
Success: | a string containing the representation of the given code. |
Failure: | an empty string and sets the @error flag to non-zero if the UNICODE value is greater than 65535. |
See the ASCII Character Code table for a complete list of available values.