Any idea?
I guess everybody is waiting for R3 :)

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf =
Of =DEemseddin Moldibi [ Bircom ]
Sent: Wednesday, January 28, 2009 6:47 PM
To: [email protected]
Subject: [REBOL] Open port crashes View 2.7.6


Hi,
Following lines crashed View 2.7.6 on WinXP Pro:

p: open udp://:9000
close p
open p  ;crash

but following line don't:

in9000: open udp://127.0.0.1:9000
close in9000
open in9000

I know on first example I could do;

p: open udp://:9000
close p
p: open udp://:9000

and it will work, but why the first one crashes while the second does =
=3D
not I wonder? And "open" returns a port! value, so p is a port and =3D
"open" should be able to open p or give an error, right?


--=20
To unsubscribe from the list, just send an email to=20
lists at rebol.com with unsubscribe as the subject.

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to