LOOP does scoping for you in DSP

Here is the issue within a DSP…

I have a form which submit a few textboxs and post it itself (same dsp).

There is an invoke which loops on a list. Inside the loop, the submit form parameters are scoped. Is there a way to unscope this?

Thanks in advance…

Rocky

I’m not sure but maybe the scope tag will let you do something along these lines?

I tried the scope tags (“param” and the “rparam”) fields. This lets you build the list, but not Submit-form tags.

Doesn’t let you change/expand the scope too? Like I mentioned, though, I’m not sure…

From what I recall, if you used a fully qualified variable name prefixed by a slash (eg: /a/b/c/d) within a LOOP, that is no longer subject to scoping