#foreach($l in $list)
$l## A comment will also prevent the newline
#end
Mikael Larsson <[EMAIL PROTECTED]>
09/10/2004 03:56 PM
|
|
Hi
How to avoid this output
#set ($list = ["1","2","3","4"])
#foreach($l in $list)
$l
#end
prints
1
2
3
4
I want this
1234
//Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
