Results 1 to 7 of 7

Thread: wierd data behavior

Threaded View

  1. #1

    Thread Starter
    Banned nareth's Avatar
    Join Date
    Jun 2004
    Posts
    1,206

    Resolved wierd data behavior

    ok this is really string

    using winsock TCP the data seems to misplace...

    i send this to my server:
    sckmsglogin = 1, name = aaaaaaaaaaa, pass= ""
    Call Main.Socket.SendData(CStr(sckMsgLogin) & sckSep & Name & sckSep & Pass & sckEnd)

    then it arives as: "aaa1 aaaaaaa "
    Last edited by nareth; Dec 14th, 2004 at 10:02 AM.

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