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

error strangeness

 [1/1] from: antonr::iinet::net::au at: 5-Mar-2003 18:44


I've got a script, with Needs: [view] in the header. (Ok, we have decided it is not really useful to use this functionality right now, but read on.) I get an error when I do this in rebol/core:
>> load/header file
** Script Error: This script needs view or better to function correctly ** Near: load/header file But when I do this:
>> first load/header file
** Script Error: first expected series argument of type: series pair event money date object port time tuple any-function library struct event ** Near: first load/header file I get a different error. Shouldn't I have received the first error message again? Or is it one of those cases where the error is fired on mold ? Anton.