Page 1 of 1

variable into for statement

Posted: Wed Aug 17, 2011 11:55 am
by marcsean
Hi,

I want to introduce a variable into an for statement: e.g. for !m=1 to k, where k is chosen with each program run. How do I do this?

Re: variable into for statement

Posted: Wed Aug 17, 2011 12:04 pm
by EViews Gareth

Code: Select all

for !m=1 to !k
?