On Dec 11, 2007 5:47 PM, jm <[EMAIL PROTECTED]> wrote: > > Colm wrote: > > > Any thoughts? > > lists:foreach() > > http://www.erlang.org/doc/man/lists.html#foreach/2 > > Jeff.
Stricly speaking, you would have to use lists:map(), because lists:foreach returns 'ok', and you want to return the actual iolist in an ErlTL template expression. Yariv --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
