Retrieving the keys in an Associative Array

Hi,

If I have an associative array, say,

cars = {make: “Honda”, year: “1997”, model: “civic”}

is there an actionscript function to retrieve just the keys, (namely make, year, and model) ? If not, how could it be efficiently done?

Thanks.

Ben