Code & help 4 PHP, JavaScript, HTML, DHTML, CSS, Flex, Dot Net, SharePoint, C-Sharp, Java, IT Interview Questions, Web Tools
var ob:Object;var n:String = "Name";var a:String = "Address";var ar:ArrayCollection = "";ob = new Object();ob[n] = "Ar";ob[a] = "xyz, UK";ar = new ArrayCollection();ar.addItem(ob);
Hi, M stuck in this. can u pls help.when i am using Alert to see the array collection: Alert.show(ar.toString()) i am getting [object Object],[object Object] as output..which is not correct..plese help.. how can i get the exact arraycollection.
Hi, M stuck in this. can u pls help.
ReplyDeletewhen i am using Alert to see the array collection:
Alert.show(ar.toString())
i am getting
[object Object],[object Object] as output..which is not correct..
plese help.. how can i get the exact arraycollection.