10-06-2009 11:20 AM
To use an existing HTBasic program with TestStand, does all the HTBasic code have to be contained in one file or module, or can the submodules be loaded at runtime? (The main HTBasic program loads all the subroutines from different files. At the end, a DELSUB is performed to unload the subroutines.)
10-09-2009 12:10 PM
Hi sdlray,
Yes you can use multiple submodules within TestStand. The code does not all need to be combined into one file. The only exception is you cannot call Main from TestStand. If you have a main function, you will need to rename this.