Associative arrays are the more sophisticated sibling of integer-indexed arrays. Associative arrays, in addition to having integer-indexed elements, also have named data defined within each indexed element. So that the first element, at index=0, might contain data such as firstname: “Joseph”, lastname: “Jones” and employeeID: 345421. Associative arrays serve as extremely [...]
Entries Tagged as 'associative'
Using Arrays in Actionscript 3: Part 2 – Associative Arrays
November 7th, 2009 · 2 Comments · Tutorials
Tags:array·associative·data·object·tutorial