In the current WebMacro you can only break a line between the terms
of your directive, you can't break lines within a list object. We have
a new parser about to be tested and it'll likely relax some of that.

Justin

On Wed, Sep 27, 2000 at 03:59:00PM -0400, Diethelm Guallar, Gonzalo wrote:
> On a WM template, is there any way to break a line
> and continue it on the next line? I have a long invocation
> that looks like
> 
>  $object.method(param0, param1, param2, ..., paramn);
> 
> and I'd like to write it as
> 
>  $object.method(param0,
>                 param1,
>                 param2,
>                 ...,
>                 paramn);
> 
> but WM doesn't like that. I tried with '\' at the end
> of each line, and didn't work. Any ideas?
> 
> 
> -- 
> Gonzalo A. Diethelm
> [EMAIL PROTECTED]
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
> 


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to