Forums / Developer / Bard's template operator and variables[solved]
ludo thomas
Tuesday 31 January 2006 9:13:24 am
Hi! I try to use this function:http://ez.no/products/ez_publish_open_source_enterprise_cms/documentation/development/extensions/template_operator
I use addstrings function.all is working fine if I try
{addstrings('jhg','oiuoiuoiuo')}
but if i need to use realvars? how can I do?I have tried:
{addstrings('{$var1}','{$var2}')}
and this:
{addstrings('$var1','$var2')}
but nothing work...thhx foryour tips
Thomas Nunninger
Tuesday 31 January 2006 9:43:43 am
Did you try
{addstrings( $var1, $var2 )}
Thomas
Tuesday 31 January 2006 10:02:31 am
Thx my friend.I should be very tired....