Harvey:
What's wrong with using a "deliberate error" to pause a program?  With debug 
On, you can later continue.

I use:
  if. CTStops do. 'Stop' 13!:8 [ 31 end.
where CTStops is an activating flag, and 31 is an arbitrary numerical reminder 
of why or where I wanted it to stop--usually just a line number.
The word 'Stop' is also anything of your own choice.
--Art

On Thu, 26 Nov 2020 16:20:28 -0600 HH PackRat <hhpack...@gmail.com 
<mailto:hhpack...@gmail.com>> wrote:
. . . All I want to do is stop the program in the middle without using a
deliberate error (such as "13!:8 2") and without continuing to the end
of the program.  I would appreciate any help with this!
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to