Scott, Sorry if there a bugs in NSStack, certainly I didn't wanted to add you more work. Somehow I got feeling that popScope() called one time more than pushScope(), now I see that I was wrong.
> public void popScope() {
> + iterator = scope[top];
> scope[top] = 0;
> top--;
> - iterator = top >= 0 ? scope[top] : 0;
> }
Pavel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
