On Wed, Nov 2, 2011 at 1:54 PM, David Vaughan <[email protected]> wrote: > > Is there a way I can make my function output things part way through it? So I > could see if I just have a logic error somewhere (which I cannot see but > suspect is the issue) that causes the loop to appear to stop after the first > iteration. >
You could use debug to step through your verb inspecting the values as you go e.g. see: http://www.jsoftware.com/docs/help701/primer/debug_verb.htm Or you could insert a few: echo/smoutput statements into your verb to output values at various times. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
