using for each in loop you can do it.
make a array like
private var arr:Array = new Array();
for each (var obj:Object in dynamicSource.node){
arr.push(obj);
}
replace object with proper data type in your case and
dynamicSoure.node with your dynamic source, if dynamic source is RPC
services, use event.result.nodeName
-HTH
Thanks,
Shaleen Jain
http://shaleenjain.blogspot.com
-------------------------------------------------------
On May 7, 6:20 pm, sand <[email protected]> wrote:
> Hi,
>
> Is anybody have a solution to create a dynamic array in action
> script
> like
> var arr:Array = new Array[{name1:'s1',
> name2:'s2,......name100:'s100''}];
> in the above arrat those name1, name2,........... and it's values are
> dynamic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---