gettingstarted
[Top] [All Lists]

Re: TCPSockect Help

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: TCPSockect Help
From: Richard Rhyan <tweazer at wowway dot com>
Date: Wed, 30 Jun 2004 06:46:52 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
List-help: <mailto:gettingstarted-request@lists.realsoftware.com?subject=help>
List-id: Getting Started <gettingstarted.lists.realsoftware.com>
List-post: <mailto:gettingstarted@lists.realsoftware.com>
References: <57A50D7C-CA42-11D8-BB1E-000A95C6B486 at manlymail dot net>
Actually, I think the error is that you are trying to use the entire editfield, not just the text within.
Try this:

bnetsocket.write "/whois " + editfield1.text

-Richard

On Jun 29, 2004, at 10:05 PM, Warules wrote:

I am having some difficulties using a / in my sockets write method. Example:

I am trying to build a b.net program that will check if a user in online. So, I have:


bnetsocket.write "/whois " + editfield1

I also tried:

bnetsocket.write chr(47) + "whois " + editfield1

But, RB still thinks I mean the / as a division sign! Can someone help?

--------------------------------
Thanks,
Kraftly
warules at manlymail dot net




|-----|      \      /        |-------
|       |       \   /          |
|----|          \/           |-------
|       |          \          |
|-----|            \        |-------

_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>