[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: ON-BREAK Question
- Subject: Re: ON-BREAK Question
- From: "Wanko, Christopher G, CFCTR" <apollo@ATT.COM>
- Date: Wed, 12 Jul 2000 10:39:04 -0400
> I know I could set up my own semaphores, but that is
> something of a pain and was hoping there was something built into SQR that
would
> provide the information needed. I did look through the manuals but
> nothing popped out at me.
It's not the job of the language to provide a semaphore for you, so you do
need to make your own sempahore or global variable to catch the break.
Just create a variable $broken and move the procedure name to it if it isn't
null.
Make sure when you process the final break, you reset the variable to null.
-Chris