Arbortext Command Language > Functions by Alphabetical Listing > ord
  
ord
ord(value)
This function returns integer value of first character in string value of value. If the character is a Unicode character, the numeric sixteen-bit number is returned. For example the value of ord("a") is 97.