[ic] conditional surrounded reparse breaks

Paul Jordan paul at gishnetwork.com
Thu Nov 4 18:27:27 UTC 2010


> > 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]"]


Like my girlfriend Jessica Alba, what I was specifically thinking of was 
probably just in my imagination.

[goto] will work nicely - I can't believe I never noticed this tag. I can 
think od dozens of times I resorted to if/else when this would have been 
MUCH cleaner.

Thanks Jon!

Paul





More information about the interchange-users mailing list