Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Duplicating ports

From: Rebolinth::nodep::dds::nl at: 12-Aug-2003 19:27

Hiya All, How to duplicate a port, So that -> the Duplicated port gets indipendent from the Original? Example: p1: open port1 p2: copy reduce [ p1 ]
>> equal? p1 p2
== false (Mmm odd but oke..) anyway... close p1 will close also p2, but i want p2 still the have its original state because p2 is stored independent in my application. Should i 'mold them when i store the p2? (R)egards, Norman. -- Conversation/lunch: "How do you Eat your Rebol in the Morning?"