Hi all, I use a file with default-definitions of variables, which then is PROCEESed from different other template-files. I use the DEFAULT-directive. So it is possible to redefine individual variables before or after the PROCESS-directive. As I have whole lists of variables (e.g. color0, color1 ...), I would like to use arrays or hashes with the values I now store in this different variables. But when I use an array or a hash with the DEFAULT-directive, the values are only set, when the array or hash itself is not defined yet, but I would need to have alle the individual array- or hash-elements set, that are not defined.
Is there a way to do this all the same? Could the behaviour of TT be changed here? Regards, Matthias Dillier
