If you want to reference subroutines or functions in other .bas
files, there are several options. This can be a good way to track common groups of code you want to reuse and easily update.
To reference subroutines and functions in a stand-alone file
...
The path to the file can be an absolute path or a path relative to the NI AWR Project file in which you are working. The disadvantage to this approach is that you cannot debug into any referenced functions.
...