There's an example of how to use ports on the http:www.rebol.com site,
in the examples section, I believe.
Andrew Martin
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-


----------
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [REBOL] winsock ports
> Date: Wednesday, 6 October 1999 7:52 PM
> 
> I am trying to send a string to another application by using a socket
in
> win95, and i keep getting this error:
> 
> ** Script Error: write expected destination argument of type: file
url
> object block.
> ** Where: write %127.0.0.1@50004 ip
> 
> I have also tried :
> write 127.0.0.1 50004 ip
> write 127.0.0.1@50004 ip
> write %127.0.0.1 50004 ip
> write /direct 127.0.0.1 %50004 ip
> 
> and i tried send in place of write in the above lines. The docs say
that
> open and write can be used to send data thru the ports. How do i do
that? I
> have an app listening on a port, but it's not getting data.
> 
> Kat

Reply via email to