Ok, I'm able now to connect and accept data from and send data to the telnet session. Now there's some more problems. I ran across a MUD, which outputs escape characters for ANSI color. What i'd like to do is either not display them, or change the font color upon seeing them. The problem here is that the pushes all output in buffers...meaning one string is between 1 and 10000 characters. Now, I'm a C programmer by nature
, and In C it would be easy to just read the string character by character, stick it in an array, and then output only the characters I want. But how am I going to do this in Basic? Is there a way to break a string down character by character? Please help.
Rob
Rob