nastester
2 years agoRegular Contributor
Common script across all projects in a suite
I know I can add an existing item from one project to another within a suite but I am looking for a way to share a common script across projects and have it work without needing the objects in the Na...
- 2 years ago
Here's an example,
Function TestIt() in Common, is using the full path, not name mapping, to identify the Input Button. I'm then calling TestIt() from Unit1 in TestProject1. I have imported Common into TestProject1, so that I can use the functions.