Page 2 of 2

Re: position equivalent for multi-d arrays

Posted: Wed May 06, 2009 10:14 pm
by Jonathan Smith
You could use objects or structs and store a pointer to the object's array-position in the object itself. I don't see how property lists will be much faster than an array.