Why ?

-----Original Message-----
From: Holger Kruse [mailto:[EMAIL PROTECTED]]
Sent: 19 October 2000 15:14
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: UDP Networking (fwd)


On Thu, Oct 19, 2000 at 02:16:25PM +0100, Hayes Philip wrote:
> Holger,
> 
> I'm running 2.4.37.10.1 on Solaris 2.6
> 
> when I run this ...
> #####
> buffer: make string! 1000
> listen-port: open/binary/direct udp://:9999
> forever [
>       wait listen-port
>       read-io listen-port buffer 1000

Use copy, not read-io.

-- 
Holger Kruse
[EMAIL PROTECTED]

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



**********************************************************************
This email and any attachments may be confidential and the subject of 
legal professional privilege.  Any disclosure, use, storage or copying 
of this email without the consent of the sender is strictly prohibited.
Please notify the sender immediately if you are not the intended 
recipient and then delete the email from your inbox and do not 
disclose the contents to another person, use, copy or store the 
information in any medium. 
**********************************************************************
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to