Please enable JavaScript to view this site.

@ASCII[string] :  Returns the space separated list of ASCII hexadecimal values  of the characters in string. You can use the Escape character before a special character, e.g., a quote or greater than (>) sign, to include it in string.

 

Note: The @UNICODEX function will generally return more useful values.

 

Examples:

 

function

value

%@ascii[a]

0x61

%@ascii[A]

0x41

%@ascii[^`]

0x60

%@ascii[abc]

0x61 0x62 0x63

 

See also: ASCII, Key Codes and Key Names.