[ic] Interpolate [include] or [file]?

Paul Jordan interchange-users@icdevgroup.org
Tue Jan 28 00:53:00 2003


> What I'm wondering is if there's a way to interpolate
> the [include] or [file] tags.  I need to grab a
> different image map, each of which are stored in
> separate files, for inclusion in the page depending on
> what catalog page number I'm currently showing.  I've
> searched the archives and haven't been able to find a
> way to do this.  
> 
> What I'd like to do, basically, is:
> 
> [include name="catalog/imagemaps/[scratch
> thispage].map"]
> 
> But that doesn't work.  Or does it and I'm doing
> something wrong?
> 
> TIA,
> 
> Ryan

Try

[include file="catalog/imagemaps/[scratch thispage].map"]

Paul