--- In [email protected], "nospam0123456us" <[EMAIL PROTECTED]> wrote: > > The error handling does not work during Startup !
It is possible that on.error does not function during startup for technical reasons. As an alternative, consider adding error checking to your script, e.g. if (fstring.validpath) do(fstring)
