Monday 14 August 2006 3:59:37 pm
Hi, Is it possible to define a variable with an other variable and an integer in a template file like this? {def $myvariable=$ezvariable * 20 } Of course, I know that {def $myvariable=$ezvariable} {def $myvariable=20 } are both allright, but I could find use also for the above mentioned definition, but I can't get it right. I wondered whether it was doable with a specific syntax. Thank you for your time. Cheers
|