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

[REBOL] Re: [copy//part] copy/part inconsistent ?

From: pwawood::mango::net::my at: 25-Nov-2004 16:30

Andrew and Gregg Thanks for your replies. It's particularly good to know that Andrew is now well enough to be answering mailing list questions. I'm slowly learning that in Rebol everything depends on the underlying value and not the word. This is just one case where things happen differently depending on the underlying value. There are a number of such instances which trip me up at regular intervals, the main one being when things return none rather than a value of the type I was expecting eg find "12345" "7". I guess this is one part of the thinking differently needed for Rebol. Regards Peter On Wednesday, Nov 24, 2004, at 12:21 Asia/Kuala_Lumpur, Gregg Irwin wrote: