Convert string to corresponding ASCII character
- From: mj.redfox.mj@xxxxxxxxx
- Date: 10 Apr 2006 03:14:31 -0700
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
.
- Follow-Ups:
- Re: Convert string to corresponding ASCII character
- From: mayayana
- Re: Convert string to corresponding ASCII character
- Prev by Date: Re: Read folder/file security
- Next by Date: Re: Retrieve AD data
- Previous by thread: Retrieve AD data
- Next by thread: Re: Convert string to corresponding ASCII character
- Index(es):
Relevant Pages
|