Forum Discussion

nastester's avatar
nastester
Regular Contributor
7 months ago
Solved

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...
  • rraghvani's avatar
    7 months 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.