Greetings All!
I've recently moved some of my modularized code into an external unit and I’m pleased with the smaller source file. It took me a bit to iron out a few of the wrinkles but some of the information found on page 151 of the User’s Guide did help. I’m left with a couple of questions though:
1. Is it possible for a SUB to make a call on another SUB that is contained within the same unit?
2. If there are unused SUBs or FUNCTIONs within the unit are they still part of the finished compiled program? If so, is there any method or program to sift through and find what isn’t being used?
...also, if anyone has any tips or warnings to throw at me about units I’d appreciate it.
------------------
Don Ewald
mailto:[email protected][email protected]</A>
I've recently moved some of my modularized code into an external unit and I’m pleased with the smaller source file. It took me a bit to iron out a few of the wrinkles but some of the information found on page 151 of the User’s Guide did help. I’m left with a couple of questions though:
1. Is it possible for a SUB to make a call on another SUB that is contained within the same unit?
2. If there are unused SUBs or FUNCTIONs within the unit are they still part of the finished compiled program? If so, is there any method or program to sift through and find what isn’t being used?
...also, if anyone has any tips or warnings to throw at me about units I’d appreciate it.
------------------
Don Ewald
mailto:[email protected][email protected]</A>
Comment