Goofy characters

Hi

I am stuck on this problem for 2 days now! I am using the code from the attached project found on the internet to connect to a device (throught Telnet) that is using VT100. When connecting to the device i got the following:




Type HELP at the 'Local_2> ' prompt for assistance.





I tried to do REPLACE() with Char(10) and (13) and also (9)

But it doesnt seem to work the way i would like! Once i found a way to clean the text, i will need to do some parsing in it in order to get only the data i want (maybe using an array or something)

Anyone can point me to the right direction?

thanks

Martin
[715 byte] By [Martin_SBT] at [2007-11-18 21:57:51]
# 1 Re: Goofy characters
Unicode vs ansi? Or could they be chr$(0) ?
Cimperiali at 2007-11-9 23:01:53 >