continuation lines

2007-03-05 Thread Steven Shaw
Is there any way to split a long line? e.g. # macro (aVeryLongMacroName $aVeryLongParameterName1 $aVeryLongParameterName2 $aVeryLongParameterName3 $VeryLongParameterName4) I tried \ at the end of the line but that wasn't it. An alternative to using many arguments would be to use a single

Re: continuation lines

2007-03-05 Thread Nathan Bubna
On 3/5/07, Steven Shaw [EMAIL PROTECTED] wrote: Is there any way to split a long line? e.g. # macro (aVeryLongMacroName $aVeryLongParameterName1 $aVeryLongParameterName2 $aVeryLongParameterName3 $VeryLongParameterName4) I tried \ at the end of the line but that wasn't it. If you use the

RE: continuation lines

2007-03-05 Thread Steven Shaw
Thanks for your response, Nathan. That's good news! I look forward to Velocity 1.5. Cheers, Steve. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]