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]