@UNICODE

Print Topic  Return to Overview  Previous Topic  Next Topic 

@UNICODE[string] : Returns the space separated list of the Unicode values of the characters in string. You can use the Escape character before a special character (i.e.,  a quote or greater than (>) sign)  in string.

 

See also: @ASCII.

 

Examples:

 

function

value

%@unicode[a]

97

%@unicode[A]

65

%@unicode[^`]

96

%@unicode[abc]

97 98 99

 

 

 

 

 

 

 

 

 

 

 

 

Topic "f_unicode.htm" last edited 5/13/2008. ©2008  JP Software, Inc.
Keywords: @UNICODE,Unicode