Traverse dets and get all items

shk kuleshovmail@REDACTED
Fri Jan 14 11:58:51 CET 2011


Hello,

I have dets table. Table view:

{Time, Date, Space, Text}

I need travers this table and put all data to list or another data
structure. I find example:

Fun = fun(X) -> io:format("~p~n", [X]), continue end,
dets:traverse(MyTable,Fun).

But it's only print dets items in console. How can i get all dets items and
put it into list or something else?

Thank you.
-- 
View this message in context: http://erlang.2086793.n4.nabble.com/Traverse-dets-and-get-all-items-tp3217460p3217460.html
Sent from the Erlang Questions mailing list archive at Nabble.com.


More information about the erlang-questions mailing list