|
-
Jun 14th, 2003, 08:40 AM
#1
Thread Starter
Member
Simple Question !
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|