Using strings
Posted: Mon Apr 11, 2011 11:27 am
I have a program that uses a specific word string in the options section of wfopen, in the range command in the wfopen line, in the close command, in the wfcreate command, in the group command, in the write command, in the pagesave command, and in the wfsave command
For example:
wfopen(wf=Alpha) "C:\a.xlsx" range=alpha!a1 colhead=2 namepos=all @freq 7 12/1/2009
"Alpha" is used in that line and all of the typed of eviews commands I listed above.
Is it possible to run a loop that would do everything for Alpha, then run the program over for Beta, etc.?
For example:
wfopen(wf=Alpha) "C:\a.xlsx" range=alpha!a1 colhead=2 namepos=all @freq 7 12/1/2009
"Alpha" is used in that line and all of the typed of eviews commands I listed above.
Is it possible to run a loop that would do everything for Alpha, then run the program over for Beta, etc.?