I have an array the when traced it give me [object x],[object x],[object x]. If I use something like yArray.indexOf(3) it errors. Or do I need to use yArray.instanceName to access items in the arrray? I built the array in a for loop. Please Help.
↧
I have an array the when traced it give me [object x],[object x],[object x]. If I use something like yArray.indexOf(3) it errors. Or do I need to use yArray.instanceName to access items in the arrray? I built the array in a for loop. Please Help.