quote:
Originally posted by Matti
the engine will have to create empty elements for all unassigned indexes before that index.
Actually no, JScript arrays are sparse. No empty elements are created. The "elements" of 0~8 in your example simply don't exist.