Post Reply 
Is there an escape sequence for Unicode characters?
08-27-2015, 02:02 PM
Post: #2
RE: Is there an escape sequence for Unicode characters?
Code:
Syntax: CHAR(list or vector) or CHAR(integer)

Returns the string corresponding to the ASCII character codes in vector, or the single character associated with integer.

Example: CHAR(65) returns "A" and CHAR({82, 77, 72}) returns "RMH"

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is there an escape sequence for Unicode characters? - eried - 08-27-2015 02:02 PM



User(s) browsing this thread: 1 Guest(s)