Thursday 11 December 2003 5:12:31 am
Hi,
I am having a problem with concat. I am using the following lines in the code.
{let nodetext=$site.title}
...
...
... {set nodetext=concat('-', $nodetext, $node.name)} The concat function is not working here. I get only the $site.title value in nodetext. Can any one tell me whether its possible to concat as mentioned above. Thanks.
Thanks & Regards
Mahesh
|