My code-writing project seems to have taken off since Trabutor helped me the last time, but I am facing another problem at the moment. I am writing a subroutine that I hope could be used over and over, and I told eviews to look for a certain variable -- the variable needs first to be created by the main program. So, if I have a different main program that doesn't create that variable, I would receive a warning message from eviews and the program stops from that point. Say the following:
(this is within the subroutine -
Code: Select all
group groupA abc*
groupA.drop abc_bkupCode: Select all
if <abc_bkup exists> = TRUE then
groupA.drop abc_bkup
endifTchaithonov
