[erlang-questions] Help

Joseph Wayne Norton norton@REDACTED
Tue Nov 13 10:41:48 CET 2012


Lucky -

Try reading one or more of these resources.

- http://learnyousomeerlang.com/ets
- http://en.citizendium.org/wiki/Erlang_(programming_language)/Tutorials/ETS
- http://en.wikibooks.org/wiki/Erlang_Programming/Using_ets

I found the above links by searching for "erlang and ets and tutorial".

Good luck!


On Nov 13, 2012, at 6:15 PM, Lucky Khoza <mrkhoza@REDACTED> wrote:

> Good day Erlang Developers,
> 
> I'm actually having a tuple like the one below: my question is  - How do i create a function that will store this tuple in a record that i will use create tag table in ETS.
> 
> {ok,[["\"Number of Units\"","\"Unit Price\"", "\"Delivery Date\"","\"Product Description\"", "\"Product Code\"","\"Supplier ID\""],
>      ["5","1505","\"2012/02/15\""," Mrs. Hollingberry\"","\"Apples 1kg Golden Delicious. The sweetest Apples! Always a favourite. Love", "1101","15"],
>      ["2","1423","\"2012/02/16\""," Mrs. Hollingberry\""," shame... Love", "\"Apples 1kg Green. They are very crunchy!", "1102","15"]]}.
> 
> As i said i'm newbie in Erlang Functional Programming i would really appreciate any help.
> 
> 
> Kindest Regards
> Lucky
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list