Brian Wichmann wrote:
How to I assign the program parameter to an external file without changing the source text?
Either (guess we should document that):
stvpas --gpc-rts=-ndatafile:myfile.dat
(--gpc-rts=-h for help)
Or:
Compile with `--transparent-file-names'. Then it will always open the external file called `datafile' (without suffix). Maybe not what you want.
Or:
Otherwise the program will ask for the file name at run time (on the terminal, not standard input by default).
Frank