Quote Originally Posted by PlausiblyDamp View Post
Just because you can doesn't always mean you should if this is any kind of real application mixing data types like that is going to almost certainly hurt you down the line - it makes it impossible to access any array element safely without wrapping every access in type checks and / or error handling.
Yep PlausiblyDamp, ThnX, I get that. I certainly will use string or integer if that is more applicable than object.