Re: PROC exit
- From: Ross Ferris <rossf@xxxxxxxxxxxxxx>
- Date: 26 Apr 2007 00:45:53 -0700
On Apr 26, 2:16 am, Scott Ballinger <scott.ballin...@xxxxxxxxx> wrote:
Does anyone have a suggestion on how to abort a proc (or D3 macro)
from a basic program? Here is an example:
1 pq
2 o this is part one
3 h run bp myprog
4 p
5 o this is part two
When I run this proc, I want myprog to prevent (under some
circumstances) the calling proc from continuing, i.e. so that I don't
see the "part two" message. For example: myprog could procwrite
something and the calling proc could test for it and then exit; but I
am hoping for something that won't mess with the proc buffers, like a
user exit or some other command. (D3/linux 7.5)
Thanks,
/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006
DEATH TO PROCs!!
Why not just re-write & have MYPROG go & run/write the rest of the
PROC if it needs to --> sounds like it is a control point anyway!
.
- References:
- PROC exit
- From: Scott Ballinger
- PROC exit
- Prev by Date: Re: Flash compiled code - update
- Next by Date: Re: Restoring data problem
- Previous by thread: Re: PROC exit
- Next by thread: Re: PROC exit
- Index(es):
Relevant Pages
|
|