|
-
Jan 11th, 2000, 10:43 PM
#2
Hyperactive Member
What I do is seperate most of my code into functions, at least the more common stuff. I'll put a lot of the common declarations, global variables and these functions into a couple modules (.bas) fies. Usually one called Global and one called Common. Then I can just load these into what ever project I create. It definetly makes it easier. I think it's a personal preference thing though. I don't use classes at all so I don't know whether that would be better. Hope this helps.
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
|