Forum Discussion
1 Reply
- jmcpeekContributorYou'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