hi! nimrod:
how to delete a key when import gentabs I read the module but can't find any proc or template can do that please help!!
thanks Araq! but if I use the tables module instead.
how can I generate a table likes below:
{ b: { a: { bae: 7 }, b: { bbr: 2, bbs: 9 } }, a: { b: { abd: 8, abs: 7 }, a: { aac: 6, aab: 5 } } }
the data:
aab 5 aac 6 abs 7 abd 8 bbr 2 bae 7 bbs 9
I found it (the tables module) impossible or very diffcult to do that. please give me some code for that. thanks~