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

[REBOL] Re: One for the gurus ...

From: ingo:2b1 at: 2-Nov-2000 9:26

Hi Andrew, (Sorry, this should have been sent yesterday, just didn't get it outta my system).
> I suspect I know what it is. Here's some spoiler space: > > This line: > fld2: to-string fld2 > should be: > fld2: to-string :fld2 > 'fld2 is most likely to be a function that takes one argument, that > argument can be a block! data-type. >
you're quite near, but actually my CODE was OK ... so may I ask you how you're going to find those errors? I turned everything into parens, and suddenly got another error < some spoiler space, too > ** value needs a value ** I was sure my block cantained a _word_ named value ... but I forgot to do 'to-word on some set-words I extracted ... kind regards, Ingo