ASCIISQLASCII(string) Parameters string - an argument. Description Return the ASCII value of the first character in the string. This method returns an int. Example SQLselect ASCII(name) FROM Players; Updated over 4 years ago Table of Contents Parameters Description Example