Forum Discussion

VasanthVijay's avatar
VasanthVijay
Contributor
12 years ago

how to call script from the existing project.

For example

i have projectA and Project B.

in that Project i have one genric script1 and i want call the script to the project B.

How to call the any script from one project to another project.



Thanks n adv.

Vasanth.

1 Reply

  • You'll need to add the script to the current project (right-click on the Project and choose Add, Existing Item.



    Then in your calling script, you'll need to add:



      'USEUNIT OtherScriptNameGoesHere



    At that point, you'll have access to all code in the other script file.



    Details here