we know this #set($a = $a + 1) will change $a which in some cases may not be preferable...but thanks anyway. 2009/7/20 Alexander <the.malk...@gmail.com>
> Hi, > > Use > > #set($a = $a + 1) [?] > > > Correct me if Im wrong but if u use variable like this it would write > "hello" on a single line, where is the problem? [?] > > #set($newline="hello") > > $newline > >