In actionscript 3.0, when working with Arrays what is the difference between INDEX and KEY?

If you use integers then index and key are the same. If you use associative arrays, the key is a string value and the index it's position in the array.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.