aVal = textbox1.text
asciVal = asc(aVal)
How do I reverse this so I got the ASCII value 97 stored in variable asciVal, how can I get it back to "a"?
cheers
asciVal = asc(aVal)
How do I reverse this so I got the ASCII value 97 stored in variable asciVal, how can I get it back to "a"?
cheers
Comment