@chrcode() Function

Top  Previous  Next

%chrcode() returns the character code of the given character.

Syntax:

@chrcode(character)

 

Examples:

%chrcode( 'A' )

 

Result:

65