ArcaneAnomaly
Programmer
I know that when you use the "Use" statement, the program unit with the "use" statement has access to the global variables and subprograms (functions and subroutines) contained in the program unit named after the "use" statement. My question is whether or not this works recursively.
For example: in A - "Use B", in B - "Use C".
Would A have access to the global variables and subprograms contained in C as well?
Thanks a lot. I really appreciate it,
-AA
For example: in A - "Use B", in B - "Use C".
Would A have access to the global variables and subprograms contained in C as well?
Thanks a lot. I really appreciate it,
-AA