Forum Discussion
CBleunven
13 years agoContributor
Hi Boaz hi,
//USEUNIT A
and in your script calling
A();
should work.
Are both files in the same project ? If not, in the Project explorer panel, in the project where you want to use your file A, right click on "Script" and select "Add existing item". Go to the folder where your file A is saved and validate.
Remember that the file will be accessible from all project (original and all where you import) but will remain unique : modification from one place will be available everywhere.
If both files are under the same project, I will suggest to try to not use the same name for function and file.
Regards,
Christophe
//USEUNIT A
and in your script calling
A();
should work.
Are both files in the same project ? If not, in the Project explorer panel, in the project where you want to use your file A, right click on "Script" and select "Add existing item". Go to the folder where your file A is saved and validate.
Remember that the file will be accessible from all project (original and all where you import) but will remain unique : modification from one place will be available everywhere.
If both files are under the same project, I will suggest to try to not use the same name for function and file.
Regards,
Christophe