I'm writing a code with a loop in which I import in turn data from several eviews workfiles. Something like this:
Code: Select all
for !R=1 to !N
import .\dataset{!R}.wf1
*[...a bunch of commands...]
nextAny suggestions?
Thank you in advance
