HI, > If cellSelectionData[uid] is an Array, then yes, int lookup should be > faster. If it is an object, I would think it would be the same although > maybe the int gets converted to string in the VM so you save a function > call.
It's an object but arrays extend object anyway. Do you know if the faster int lookup is in the array class or the object class? Thanks, Justin