Results 1 to 2 of 2

Thread: Easy Variables question

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Post

    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

  2. #2
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Post

    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
  •  



Click Here to Expand Forum to Full Width