Syntax: @CODE(S)
S = a string value
@CODE returns the ASCII code for the first character in string S.
Examples:
@CODE(``test'') = 116
@CODE(H100) = 107, where H100 = ``k''
@CODE(M10) = 56, where M10 = ``89''