#foreach($l in $list)
$l## A comment will also prevent the newline
#end

Inactive hide details for Mikael Larsson <[EMAIL PROTECTED]>Mikael Larsson <[EMAIL PROTECTED]>


          Mikael Larsson <[EMAIL PROTECTED]>

          09/10/2004 03:56 PM

          Please respond to
          "Velocity Users List"

To

[EMAIL PROTECTED]

cc


Subject

beginner question2

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]


Reply via email to