Is there a way to have a segment of code execute only once within
an
exploration? I have placed all coding, except that affecting
static
variables, within a 'while' statement that executes only once.
By
using _trace/debug, it is apparent that all coding is executed
many
times and the static variables that I am using as counters are
being
continually reset.
Thank you for your
guidance.