[erlang-questions] scan rows from a database

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Thu Jun 17 19:15:50 CEST 2010


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.


More information about the erlang-questions mailing list