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