saltzmanjoelh
01-08-2009, 09:28 PM
myArray:ArrayCollection = new ArrayCollection([1,2,3])
myArray.contains(2) ::: returns false
Is this because everything is by memory reference? How can you get this to work?
myArray.contains(2) ::: returns false
Is this because everything is by memory reference? How can you get this to work?