Hi. I need to do a for loop, but foreach isn't exactly what I need... Is there a way to do an equivalent to for(i=0;i<n;i++). I do not know n - it is a variable. I tried #foreach ($i in [1..$n]), but it's not right. Any way to do this? -- View this message in context: http://www.nabble.com/for-loop-tp20298207p20298207.html Sent from the Velocity - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
