Asc()()
Description
Returns the ANSI code for the first letter in the string. Each letter in the alphabet (and some special characthers) has got its own numeric value. To find this value use the Asc() function. The reverse function is Chr(). The code returns 104.How to use
Copy the example code into your page.