MvCALLCONTINUE#
Returns program flow to the top of the loop, performing the operations would normally occur at the bottom of the loop i.e. reading the next line.
Syntax
<MvCALLCONTINUE>
This examples calls a URL stripping out any tags by using <MvCALLCONTINUE> to ignore tag objects.
<MvCALL ACTION = "g.url" METHOD = "POST"
<MvIF EXPR = "{ s.callobjecttype EQ 'tag'}">
<MvCALLCONTINUE>
</MvIF>
... process the text ...
</MvCALL>