> "Robin Lauryssen-Mitchell" <[EMAIL PROTECTED]> wrote: > > >I cannot comment on the broken exception handling as I have not played = > >with > >this yet. If I might ask, how is it broken and are there workarounds? > > You have, actually :^) AstroPlanner uses RBScripting extensively. Try > running a script that, say, does a divide by zero or accesses an > array outside of bounds and see what happens. It is supposed to call > a runtime error method in the RBScript object, but doesn't. Just hard > crashes instead. This bug has been around forever. RS won't comment > on it. > > Paul Rodman
Thanks for clearing that up Paul. I assumed the fault would be something inside an exception handler, not that the runtime error method fails to be called or function at all. That is pretty dire! And you quite right, I have seen it when I had an array index out of bounds. Regards Robin _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
