I just need to get a unique number dynamically at the end of the new object name (paItem) name but I get an error when i try to do it this way. Please Help!
for (i=0; i<table.length; i++)
{
paItem[i] = new paOrgValues(vName, vQty, vPrice, vTot, vSelRad);
}
Thanks a bunch!
jfyounce
P.S. There is one table so the [i] should turn into a zero.




Bookmarks