50g group photo

Yahoo Groups archive

50g

Index last updated: 2026-04-28 22:38 UTC

Thread

message box

message box

2008-08-15 by Rachelle

is there a setting or flag to turn off the "interrupted" message?

Thanks!

Re: message box

2008-08-19 by Don Hart

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?
Show quoted textHide quoted text
> 
> Thanks!
>

Re: message box

2008-08-19 by Rachelle

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:
Show quoted textHide quoted text
>
> 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!
> >
>

Re: [50g] Re: message box

2008-08-20 by Don Hart

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.



--- On Tue, 8/19/08, Rachelle <rspencer1005@...> wrote:
Show quoted textHide quoted text
> 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
> 
> 
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.