Should kill(all) reset integration_constant_counter?
Subject: Should kill(all) reset integration_constant_counter?
From: David Billinghurst
Date: Sun, 16 Sep 2012 12:54:52 +1000
On 16/09/2012 9:21 AM, Stavros Macrakis wrote:
> Documentation says:
>
> `kill (all)' unbinds all items on all infolists. `kill (all)' does
> not reset global variables to their default values; see `reset'
> on this point.
>
> Function: reset ()
> Resets many global variables and options, and some other
> variables, to their default values.
>
> So you may want to do (kill(all),reset()) -- which does reset the
> integration constant counter among other things. It is annoying that
> the syntax of reset isn't consistent with that of kill (reset(all)
> doesn't do what you might expect).
Thanks Stavros and Robert. I did read the documentation, but overlooked
the note about global variables.