--- In flexcoders@yahoogroups.com, Wally Kolcz <wko...@...> wrote:
>
> I dont need the interation. I need the value of the record as the Class 
> instance name (id). For example. Using the code example I sent I would 
> need the first recond to be:
> 
> var 2202101034523:Page = new Page();

Look at Object or Dictionary.

However, you may also want to consider just adding the date as a property of 
your Class that "lives" in the ArrayCollection, then just use a Filter or a 
Cursor to locate the appropriate item.

HTH;

Amy

Reply via email to