In other words I need to copy from .PROGRAM to .END of each routine and save every split routine in a file (with ".pg" as extension) with the same name of routine (path of file: same of that souce file)
Immediately after I need to open those file by UE
1) example of souce file :
.PROGRAM routine_1()
...here is body of this routine
.END
.PROGRAM routine_100()
...here is body of this routine
.END
2) files generated and opened by UE macro :
routine_1.pg
routine_100.pg
Immediately after I need to open those file by UE
1) example of souce file :
.PROGRAM routine_1()
...here is body of this routine
.END
.PROGRAM routine_100()
...here is body of this routine
.END
2) files generated and opened by UE macro :
routine_1.pg
routine_100.pg