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

[REBOL] Re: Comparing path!

From: gscottjones:mchsi at: 30-Aug-2002 13:40

Hi, Gregg, From: "Gregg Irwin"
<snip> > Sorry I didn't provide a usage > example. Let me know if the > following example helps. <snip> > >> (select test 'type) = path-from-dlm-string text "_" > == true
That was what I was doing. Even with a fresh REBOL session, I get:
>> (select test 'type) = path-from-dlm-string text "_"
** Script Error: contact has no value ** Where: path-from-dlm-string ** Near: append result to word! item I was puzzled, because your code looks like it should run fine. Curious. Hmmm. Then out of no where it occurred to me that you are using the Beta!!! When I fire up the /Core Beta, your script runs fine. Now, I wonder what changed??? Didn't mean to imply any sloppiness on your part; your stuff is always first rate! Thanks for offering the usage example anyway. --Scott Jones