Take Command / TCC Help v. 13.03

@UNICODE

Hide Navigation Pane

@UNICODE

Previous topic Next topic No directory for this topic No expanding text in this topic  

@UNICODE

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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

 

 

 

 

 

 

 

 

 

 

 

 

Comments (...)