List of programs executed from a program-file
Posted: Thu Nov 11, 2021 3:50 am
Hi
We have a main program file that calls a myriad other program files, which again calls other sub programs etc. For example, consider the structure:
mainprogram.prg
- exec .\SubA.prg
- - exec .\subAsub1.prg
- - - exec .\subAsub1sub_a.prg
- - exec .\subAsub2.prg
- exec .\SubB.prg
- - exec .\subBsub1.prg
- exec .\SubC.prg
- - exec .\subCsub1.prg
Is there a way in EViews to get a list (text file) of all the subprograms that are executed (either directly or indirectly) by the program file mainprogram.prg ?
If not, is this a functionality you could add?
Thomas
We have a main program file that calls a myriad other program files, which again calls other sub programs etc. For example, consider the structure:
mainprogram.prg
- exec .\SubA.prg
- - exec .\subAsub1.prg
- - - exec .\subAsub1sub_a.prg
- - exec .\subAsub2.prg
- exec .\SubB.prg
- - exec .\subBsub1.prg
- exec .\SubC.prg
- - exec .\subCsub1.prg
Is there a way in EViews to get a list (text file) of all the subprograms that are executed (either directly or indirectly) by the program file mainprogram.prg ?
If not, is this a functionality you could add?
Thomas