You can play around with IFERR and see if it does what you want. Make your program look something like this..
<< your_program_starts_running_here IFERR your_loop_is_here THEN <<>> END the_rest_of_your_program_here >>
The <<>> is just a program with nothing to execute so execution just continues. If you use <<KILL>>, execution should stop. I didn't actually try any of this but you can tweak the code as needed.
Be aware of side effects when using the IFERR. For instance, the program can exit the loop, or end if you use <<KILL>>, for other errors without giving you a clue.
There is also a IFERR THEN ELSE END structure which may (or not) be better in your case. Look up the IFERR in the manual, it should explain things better.
<< your_program_starts_running_here IFERR your_loop_is_here THEN <<>> END the_rest_of_your_program_here >>
The <<>> is just a program with nothing to execute so execution just continues. If you use <<KILL>>, execution should stop. I didn't actually try any of this but you can tweak the code as needed.
Be aware of side effects when using the IFERR. For instance, the program can exit the loop, or end if you use <<KILL>>, for other errors without giving you a clue.
There is also a IFERR THEN ELSE END structure which may (or not) be better in your case. Look up the IFERR in the manual, it should explain things better.
--- On Tue, 8/19/08, Rachelle <rspencer1005@...> wrote:
> From: Rachelle <rspencer1005@...>
> Subject: [50g] Re: message box
> To: 50g@yahoogroups.com
> Date: Tuesday, August 19, 2008, 2:07 AM
> I have a program that loops, and when I end it is when the
> message
> pops up. I will try the flag setting you mentioned.
> Thanks for all your help, it is greatly appreciated!
>
> Rachelle
>
>
>
> --- In 50g@yahoogroups.com, "Don Hart"
> <ddhart1@...> wrote:
> >
> > I was hoping someone who knows more would reply, but I
>
> > guess not.
> >
> > I don't remember when this message pops up. I
> think it
> > may happen when you interrupt an internal function, in
>
> > which case I don't think there is a system flag to
> stop
> > it. There's supposed to be a flag to stop messages
> during
> > an I/O operation and that's flag -39.
> >
> > Sorry I can't be of more help.
> >
> > --- In 50g@yahoogroups.com, "Rachelle"
> <rspencer1005@>
> > wrote:
> > >
> > > is there a setting or flag to turn off the
> > "interrupted" message?
> > >
> > > Thanks!
> > >
> >
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
