On Thu, Jun 17, 2010 at 7:13 PM, info <info@REDACTED> wrote: > As newbie, could you describe what you wrote ... > I thought something like that: > > lists:map(fun(R)->the_function end, Rows) > > Is it equivalent ? Yes, see the part on list comprehensions in the manual. -- J.