Convert string to corresponding ASCII character

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

Quick question...if I have a string (let's say it just consisted of
"123"), what would be the vbscript syntax to output the corresponding
ascii chars to the screen - e.g. in this example to programmatically
derive an output of "061 062 063"...?

Obviously the other way round would be response.write chr(61) & chr(62)
& chr(63), but I don't know the converse

Thanks for any assistance

.



Relevant Pages