Hi, 

is there possibility to make variables global in TT2 through include
directives.
The problem is that i could not use "PROCESS" because I'm also passing
variables to the block that should be local.

any suggestions ?

thanks in advance 

Gernot


Example

[% x = 1 %]
[% INCLUDE test  %]
[% x = 2 %]

[% INCLUDE test %]


[% BLOCK test %]
I was included [% x %] times.
[% END %]




Gernot Homma
Cyber-Atelier
Shuttleworthstrasse 4-8 / Objekt 50
fon: +43 1 272 92 51 2
fax: +43 1 272 92 51 9
mail: [EMAIL PROTECTED]




Reply via email to