Forum Discussion

tinauser's avatar
tinauser
Frequent Contributor
14 years ago

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...