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

[REBOL] Re: Words with no value error

From: the:optimizer:tiscali:it at: 9-Jan-2004 2:31

On Thu, 8 Jan 2004 12:19:19 EST, <[SunandaDH--aol--com]> wrote:
>> I have a question about the " Script Error: xxx has no value" problem. >> >> I have seen that there's no way to trap such an error, which is not a >> syntax one. >> >> 'value? does not work, nor does 'error?. > > Maybe I misunderstand your question. But I can, and regularly do, capture > such errors: > >>> xxx > ** Script Error: xxx has no value > ** Near: xxx > >>> if error? capture-error: try [xxx] [print mold disarm capture-error] > > make object! [ > code: 300 > type: 'script > id: 'no-value > arg1: 'xxx > arg2: none > arg3: none > near: [xxx] > where: none > ] > > Sunanda
Sh*t... should have a better look at TFM! 574 pages and I still can't understand the basis of the language!! 8( I'm finding Rebol more challeging than any ASM I've tried... here usual programming logic seems to be messed up... I'll try later with my head shakered... next I'll knock it against the edge of the desktop... and if still does not work I'll start using heavy drugs... maybe that way everything will be clearer... Thanks everyone. Mauro<