Thursday 28 April 2005 7:07:41 am
I have a new class and it has a text field in it. Code Class I have this so I can create a new instance of the class and just run some test code instead of having to put it in a template to check...
{let a=1
b=2
c=3}
{$a}plus{$b}equals{$c} {/let} What would I have to use in the template to execute the code. instead of just displaying in literally. Thanks John
|