Tanks a lot for the Object sugestion that works great :)
One more question.
How can I list all indexs in this object or the size, are there any
methods?

for example I have
table
{ xxx: [ 'xxx', 'aaa', '123' ], zzz: [ 'zzz', 'aaa', '123333' ] }

How can I have the length of this table(should be 2) and show all
indexs available
I found that I only can acess the data if I have index name like
table['xxx']

Regards,
Vitor

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to