@chrcode() Function
%chrcode() returns the character code of the given character.
Syntax:
@chrcode(character)
Examples:
%chrcode( 'A' )
Result:
65