Re: Setting values in tags
René <[email protected]> Tue, 12 Jun 2018 17:15:40 +0300
| Newsgroups | gmane.comp.web.interchange.users |
|---|---|
| Message-ID | <[email protected]> |
On 12.06.2018 14:49, Mike Heins wrote:
> Probably the best place is $Tmp:
>
> $Tmp->{prod_group} = "$prod_group";
> $Tmp->{category} = "$category";
>
> If you are global and in a different package than Vend::Interpolate:
>
> $Vend::Interpolate::Tmp->{prod_group} = "$prod_group";
> $Vend::Interpolate::Tmp->{category} = "$category";
>
> Then they can be accessed with:
>
> [tv prod_group]
>
Fantastic!! Works like a charm
Thanks Mike!
René
_______________________________________________
interchange-users mailing list
[email protected]
http://www.icdevgroup.org/mailman/listinfo/interchange-users