String.fromCharCode() equivalent

PCowling

Member
Licensed User
Longtime User
Is there somewhere / someway where I can provide a unicode number or similar into a function and it return the letter assotiated with it?

in effect String.fromCharCode(65) would return "A"

Thanks again

P Cowling
 
Top