How to access a SHARED variable declared in formula Initialize from formula Increment.
For eg.
a] // @Initialize Formula
Shared NumberVar Ctr;
Ctr :=0;
b] //@Increment Formula;
here I want to do something like this
Ctr := Ctr +1;
Any suggestions will really be appreciated.
-Marjo
