Good day Erlang Developers,<br><br>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.<br><br>{ok,[["\"Number of Units\"","\"Unit Price\"", "\"Delivery Date\"","\"Product Description\"", "\"Product Code\"","\"Supplier ID\""],<br>
     ["5","1505","\"2012/02/15\""," Mrs. Hollingberry\"","\"Apples 1kg Golden Delicious. The sweetest Apples! Always a favourite. Love", "1101","15"],<br>
     ["2","1423","\"2012/02/16\""," Mrs. Hollingberry\""," shame... Love", "\"Apples 1kg Green. They are very crunchy!", "1102","15"]]}.<br>
<br>As i said i'm newbie in Erlang Functional Programming i would really appreciate any help.<br><br><br>Kindest Regards<br>Lucky<br>