Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I’m curious, how do you store your subs?
I’m torn between storing them all in one script, storing them collected into “library scripts”, or one script per sub.
The QDF subs are stored with each sub in a separate script.
What do you prefer, and why?
I store them in the 99.Shared_Folders container
in one file
this way you only reference one file using $(Must_Include...)
now if you want to organize your sub-routines then you can store them in corresponding files
and yes you reference the file that you think you will use in the app
there is no performance concerns
it is like pasting the refrenced sub-routines
so it is a matter of organizing your script