[ic] conditional surrounded reparse breaks

Jon Jensen jon at endpoint.com
Thu Nov 4 16:02:43 UTC 2010


On Wed, 3 Nov 2010, Paul Jordan wrote:

> In the back of my mind I was thinking there was a “Stop all other 
> processing and serve page as-is” kinda tag, which I could simulate a 
> bounceless bounce:
>
> [tmp foo][/tmp]
> [if scratch foo]
>    [include pages/existingpage.html]
>    [STOPPER]
> [/if]

There is such a thing. It's the [goto] tag:

http://www.icdevgroup.org/interchange-doc-5.2.0/frames/ictags_67.html

I believe you can use it without a label to jump to the end of the page, 
like this:

[goto if="[scratch foo]"]

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/


More information about the interchange-users mailing list