Re: "set-check" warning
Michael Yount <[email protected]>
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12 Jan 20:37, Brock Rozen wrote: > On Wed, 11 Jan 2006 at 13:36, Michael Yount wrote about "Re: > "set-check"...": > > >In the autosplit (.al) file, insert a debugging statement immediately > >after line 1047, something like: > > > > warn "The flag value is $flag"; > > > >Then run the set-check command again from mj_shell to see what result > >you get. The "next" statement on line 1047 will go to the next iteration of the loop, so the debugging statement should be used on the previous line instead. Michael