> server: open/lines tcp://:23  ; listen for connections
> clients: copy []
> insert clients server
> 
> Then obviously client/1 = server
> 
> But if lower down I have...
> 
> connection: wait/all clients
> 
> How do I determine the position of the port in the 'clients series? 

Just use find like any other series.

        index? find clients connection

> Also, how do I determine if the port that is now active is a) a new 
> connection or b) already a known connection, but is trying to send data 
> to the server (like the user has typed something in, a name/password, 
> etc.). Thanks for the help, I know I can depend on people here :]

Too hot to answer this.

Anton.
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to