Results 1 to 4 of 4

Thread: Problem

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    belguim
    Posts
    61

    Unhappy 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

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    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
    -Shickadance

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    belguim
    Posts
    61
    but where do i have to put that (in my winsock control ore not ??

  4. #4
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    huh? You need to restate your question.. cuz I don'tunderstand what you want to do.... Or post some code
    -Shickadance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width