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

[REBOL] Re: Advanced port stuff

From: al:bri:xtra at: 5-Jan-2001 16:31

Paul wrote:
> I know I may not get an answer to this unless it falls on some real REBOL
gurus. However, here goes... I got a series of port schemes each assigned to a unique word. In turn I have appended these port assignments into a block called waitports. When I probe waitports I get their repective object datatype structures. My questions is how do I determine which literal words are these objects referencing?
>> o: make object! [
[ w: 'o [ m: 123 [ ]
>> o/w
== o
>> t: get o/w >> probe t
make object! [ w: 'o m: 123 ] I hope that helps! Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/