Page 1 of 1

Weird loop behavior?

Posted: Tue Apr 23, 2013 4:06 am
by paues
I am having some trouble with the loop at the end of the the attached program file. The for loop works fine as long as the @uiprompt(%f) command is left as is. But as soon as I delete it, it seems that only the last iteration (for %f="a") is executed. Am I missing something here or is this a bug?

Re: Weird loop behavior?

Posted: Tue Apr 23, 2013 8:06 am
by EViews Gareth
Weird. We'll investigate.

Re: Weird loop behavior?

Posted: Tue Apr 23, 2013 9:37 am
by EViews Gareth
It is a bug, but not quite what it looks like. The loop is working fine. Those other pages are being created. But our scrolling is off. If you use the left arrow to scroll the tabs to the side, you can see those pages actually exist :)

We'll fix the scroll bug.

Re: Weird loop behavior?

Posted: Tue Apr 23, 2013 10:18 am
by paues
Great! Thank you! I can't help but feel that I should have caught that myself :-)