Message 1 of 2
loss of variable values between the modules of a project

Not applicable
07-23-2006
11:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use a basic module from where I call three procedures which are in three separate modules. In the first procedure I use 2 variables that I want to use also in the two next procedures. I have declared the two variables as public in the first procedure and in the second procedure everything is ok. But in the next procedure, the third one, theirs value are 0. Why it happens? What am I doing wrong?