On Friday 08 June 2001 10:35, Mike Orr wrote:
> On Fri, Jun 08, 2001 at 10:03:26AM -0700, Tavis Rudd wrote:
> > I just thought of a new directive that might be
> > very useful in TemplateServer #for loops:
> > #slurp --- for slurping up the whitespace that follows
> > it, upto and including the fi
On Fri, Jun 08, 2001 at 10:03:26AM -0700, Tavis Rudd wrote:
> I just thought of a new directive that might be
> very useful in TemplateServer #for loops:
> #slurp --- for slurping up the whitespace that follows it,
> upto and including the first \n
Plow does something like this for blocks. A re
Hi,
I just thought of a new directive that might be
very useful in TemplateServer #for loops:
#slurp --- for slurping up the whitespace that follows it,
upto and including the first \n
eg
==
#set $tab = ['Home','Download','Contribute']
#set separator = ''
#for