How To Convert Ascii To Decimal

narasareddy

Registered User.
Local time
Today, 22:58
Joined
Apr 3, 2008
Messages
15
Hi all,

I want to convert the ASCII to Decimal, for Example

ASCII --------- DECIMAL
-----------------------
A 65
B 66 Like that


any one help pls

Thanks & Regards
 
Are you looking for the Asc function?
?Asc("A")
65
 

Users who are viewing this thread

Back
Top Bottom