Link to home
Start Free TrialLog in
Avatar of Hencah
Hencah

asked on

Converting ASCII code to char

Hi,

I want to convert ASCII code (decimal number) into Latin character based. In VBScript, simply I use char() function, In javascript I've tried using unescape() but didn't work ....I'd like to convert ascii code=97 into its appropriate character('a') and also show me an example to convert hex based ascii value.

Thanks for your help

Hendry
ASKER CERTIFIED SOLUTION
Avatar of nettrom
nettrom

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hencah
Hencah

ASKER

Thank you nettrom
you're most welcome. :-)