[ic] Changing a catalog variable

Jon Jensen jon at endpoint.com
Thu Feb 10 16:22:27 EST 2005


On Thu, 10 Feb 2005, Kaare Rasmussen wrote:

>> __LOGO__ interpolates too soon for any changes on the page to take effect.
>
> So the answer is "no, it's not possible to change catalog variables
> dynamically".
>
> Irritating :-(

That's not true at all. You can change them, but it happens too late to 
use the __LOGO__ format to access them. Actually, you should be able to 
change them in an Autoload or Actionmap and use __LOGO__, because those 
functions are run before page parsing starts at all.

Anyway, what's wrong with using [var LOGO] when you need to change a 
variable on the same page?

Jon


-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...


More information about the interchange-users mailing list