Bryan - Gendev
Programmer
My app consists of a large number of prg files. I would like to mantain a record of which prg is running at any one time and
record that in a log file.
I have the prg for a log file ('logging.prg') and would hope to add a call to it like
logging(myprogname) each time the subject prg is run.
So is there a way of saying myprogname = (program) at the top of each prg?
GenDev