|
-
Jan 5th, 2000, 06:26 AM
#1
Thread Starter
Addicted Member
What do I do to make my variables so I dont have to declare them in every one of my objects? I just have it set as
Dim variable
Thanks
-
Jan 5th, 2000, 06:29 AM
#2
Hyperactive Member
Declare the variable in a module. You just have to remember that when you do that, the variable becomes "smart". Meaning that if you assign the variable to be equal to the value "4" in one form and then go to use that variable in another form, the variable is still equal to "4".
------------------
Ryan
[This message has been edited by Gimpster (edited 01-05-2000).]
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
|