Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Thanks, that really helps to see that index 1 in the array is kind of a "nameless" object. Since I want the array to maintain references to the current objects, I guess I need to remove all uses of the new keyword, and replace them with code that alters the variables in the existing objects. (I am currently using new, passing my updated variables to the constructor, to "change" the data in these objects) Commented May 30, 2009 at 17:10