ASCII to Numeric Conversion

C

cincode5

Does anyone know the VB code that returns the numeric value of an ASCII
character?
 
B

Bob Phillips

You're going to kick yourself :)

ASC("A")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
C

cincode5

DUHHHHHHHHH!

I did exactly that... immediately after pushing 'POST'. I just drew a
blank. It was like forgetting how to spell something you know how to spell,
but just couldnt remember. Good Grief!
 
Top