mattscotney
Programmer
In javascript there is a static method for converting ASCII code to characters. An example is: String.fromCharCode(97,98,99) which will produce the string "abc".
How do I do exactly the same thing in visual basic?
Thanks for your help,
Matt Scotney
How do I do exactly the same thing in visual basic?
Thanks for your help,
Matt Scotney