[EMAIL PROTECTED] wrote: > Thanks for that. But i was wondering if there was something better, something > more precise. Most other languages you can pinpoint a failure to the line. > Rebol just seems to give a hint.
Once a script is loaded in memory, there aro no more "lines", so REBOL cannot help you that. It tells you the name of the function where the error happened, howver. Also, you might just insert some probes around the places where you use that code, so that you can easily spot the bug. HTH, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/ -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
