if i connect to a ftp ore irc i have these problem (a carracter that i get look sort like that | how can i if i get that carracter do a enter
Printable View
if i connect to a ftp ore irc i have these problem (a carracter that i get look sort like that | how can i if i get that carracter do a enter
a | usually means a non printable character... you need to figure out what character it is by doing something like so:
Code:
Debug.Print "0x" & Hex$(Asc(MyChar)) '' display the hex value of the char
but where do i have to put that (in my winsock control ore not ??:confused: :confused: :confused:
huh? You need to restate your question.. cuz I don'tunderstand what you want to do.... Or post some code