tinauser
14 years agoFrequent Contributor
save object in table
Hi, here is the problem: let say I have an object: var myArr=[]; I can populate it in this way: for (var i=0;i<10;i++) myArr = i; now, let say I have created a pr...