Lets forget about alternative methods for doing this another way for a
moment and explain where I can find the word that is bound to the port
object given only the object.  This is really what I seek to know.

Paul Tretter

----- Original Message -----
From: "Andrew Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 10, 2001 8:30 PM
Subject: [REBOL] Re: Back to the Advanced Port stuff again


> > I actually tried what your referring to and got the same result.  There
is
> no way to find the word bound to the port yet its binding to the port does
> in fact exist.
>
> Simply iterate over the block and find the word that equals the port in
> question.
>
>         foreach port waitports [
>             if port = ThePortInQuestion [print :port]
>             ]
>
> That should enable you to get the word in question.
>
> Probably better is to discard this approach entirely and merely use the
> following:
>
>         WaitPorts: reduce [
>             "Paul" open %test.txt
>             "User" open %blah.txt
>             "YourNickNamehere" open YourPorthere
>             ]
>
> I hope that helps!
>
> Andrew Martin
> ICQ: 26227169 http://members.nbci.com/AndrewMartin/
> -><-
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to