Any hints on breaking up a huge program into 'includes' to make it easier to manage? (8000 lines is getting ridiculous).
When I move a (working) SUB to an included file, I'm getting duplicate definitions even though I've tried using the Declare in the main, include, both???
Maybe I'm missing something and I've read it through fairly well.
Does any sub the sub might call need to also be in the include?
Just wondering from some of you 'big' coders.
Thanks for looking!
When I move a (working) SUB to an included file, I'm getting duplicate definitions even though I've tried using the Declare in the main, include, both???
Maybe I'm missing something and I've read it through fairly well.
Does any sub the sub might call need to also be in the include?
Just wondering from some of you 'big' coders.
Thanks for looking!
Comment