[Templates] loop.first, loop.last
Larry Leszczynski
larryl@emailplus.org
Sat, 10 Jun 2006 19:50:22 -0600 (Mountain Daylight Time)
Hi Birgit -
> I should add that the same template works perfectly with "loop.first",
> except that then of course it doesn't do what I want :-)
Sorry this does not solve the question of the "loop.last" error message,
but if loop.first works maybe you could do something like:
<% foreach record in record_list %>
<% if not loop.first%>; <% end %><% record_lastname %>, <% record.firstname %>
<% end %>:
Larry