--- In flexcoders@yahoogroups.com, "thelordsince1984" <lore...@...> wrote:
>
> Hi, 
> 
> i've have an array collection of objects...every object is like this
one:
> 
> - id:path
> 
> private function create(id:String, path:String):void {
> var arrayCollection:ArrayCollection = new ArrayCollection();
> var o:Object = {id:path};
> arrayCollection.addItem(o);
> }
> 
> i would create a function that has a parameter, the id, and check if
> there is a correspondence between the parameter id function and that
> one into the array collection. In this case i would also trace the
> path value...
> 
> 
> 
> can you help me?
> 
> thanks 
> Regards
> Lorenzo
>

it's ok..

instead if i would parse an object that contains strings?

for example i've an object that has three strings like this

- test1, test2, test3 

so i would trace strings separately..how can i do this?

Reply via email to