I'm stumped by a problem I'm having in a relatively simple do file. I create and save to disc two histograms in the do file and then I try to combine with the command:
- graph combine graph1.gph graph2.gph -
When the do file hits this command I get the error message - variable combine not found -
Meanwhile, after the do file has coughed up the error and stopped I can enter manually on the command line the same command, - graph combine graph1.gph graph2.gph - and I get the two saved graphs displayed as expected.
I'm flummoxed as to what is going on with the - variable combine not found - error message and why my - graph combine - command won't work within the do file, but works perfectly fine post-do-file execution. I've set the trace on to see if I can figure out what's happening, but this doesn't reveal any helpful information. Anyone have any ideas?
- graph combine graph1.gph graph2.gph -
When the do file hits this command I get the error message - variable combine not found -
Meanwhile, after the do file has coughed up the error and stopped I can enter manually on the command line the same command, - graph combine graph1.gph graph2.gph - and I get the two saved graphs displayed as expected.
I'm flummoxed as to what is going on with the - variable combine not found - error message and why my - graph combine - command won't work within the do file, but works perfectly fine post-do-file execution. I've set the trace on to see if I can figure out what's happening, but this doesn't reveal any helpful information. Anyone have any ideas?
Comment