for the 'asc' function, try
VB Code:
System.Convert.ToByte()
for the 'chr' function, try
VB Code:
System.Convert.ToChar()
Also take a look at System.Text.ASCIIEncoding for conversion between byte arrays and strings in ascii.
Hope this helps
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |