Purpose
To determine the ASCII value of a character
Syntax
Asc( <cCharacter> ) nNumber
Argument
<cCharacter> is the character to determine the ASCII value of
Returns
Asc() returns the ASCII value of <cCharacter>.