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
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
:: Copyright KIRUPA 2024 //--