How to end a loop?
Posted: Tue Aug 09, 2011 8:01 am
For example in such a loop
for !i=1 to 10 step 1
xxxxxxxx
next
I need to jump out of the loop in the middle (say !i=3 or when some circumstance is met) , how should I do?
For example, we have "continue" and "break" to end the loop in C++; what is the counterpart command in Eviews?
Thanks very much!
for !i=1 to 10 step 1
xxxxxxxx
next
I need to jump out of the loop in the middle (say !i=3 or when some circumstance is met) , how should I do?
For example, we have "continue" and "break" to end the loop in C++; what is the counterpart command in Eviews?
Thanks very much!