|
-
May 2nd, 2001, 11:41 AM
#1
Thread Starter
Member
Problem
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
-
May 2nd, 2001, 11:48 AM
#2
Hyperactive Member
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
-
May 2nd, 2001, 11:55 AM
#3
Thread Starter
Member
-
May 2nd, 2001, 12:45 PM
#4
Hyperactive Member
huh? You need to restate your question.. cuz I don'tunderstand what you want to do.... Or post some code
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|