in reply to Re: How to track variable usage in a script?
in thread How to track variable usage in a script?

Were I in your position, I would build my self a little sub-routine, let us say "debug", and place calls to it at various places in the code.
Considering that 'print' with a bunch of variables was dismissed as being too much work, how is your 'debug' function going to save work? At least call it 'd', so it saves 4 keystrokes per call....

Abigail

  • Comment on Re: How to track variable usage in a script?