
01-25-2010, 05:06 AM
|
|
Classic Developer
|
 |
Join Date: Mar 2007
Location: Wales, UK
Posts: 134
|
|
|
It makes it less than ideal to store objects in arrays as you can't use .index() and other built in functions (because an array of objects will all have the name ""). Would have to run through the array checking .name for each element. |
|
|
|