|
> 2. If I can't acess VAR1, VAR2... VarN has anyone any IDEA how to make > them accessible??? EXPORT them (how can I do that???) or to define > USERSPACE that will hold neaded data and would be visible in MODULE B > and MODUL A??? I have never implemented what I'm about to mention, and I don't know if this is what you're looking for, but... If you have a module that calls other modules, those other modules can access fields (or Data Structures) from the first module if you define those with the Export and Import keywords. Module 1: D Ind1 S N Export Module 2: D Ind1 S N Import
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.