Re: Running into some simple ITEM/PAGE bugs. Help?
You're awesome. I love your mods. Here is what I think I've figured out...
ALL matching items will run. (I figured this out by using ITEM and REMV to figure out which lines were being called. I can show you the code, if you're curious.) But, the last SVAR will have the final say on what the variable is set tp. If there are multiple pop-up windows (like in the example above),, only the last one processed will be shown to the user. The in-between ones will be ignored. Wild!
Here's a new bug I just tripped over...
Inside of a STAR block, if you set multiple variables with UVAR, only the *last* UVAR will be processed.
So, if you need to initialize multiple variables inside of a star block, you're probably best off setting a flag like "UVAR init 1", and then use a CONDITION and a PAGE to set the full list of variables. So, at least, this one can be worked around.
|