Hi Nitin, this will work for sure. CodeRunner- http://sandbox.orkut.com/AppInfo.aspx?appId=118738807794 is a good place to test such code-snippets and get results.Thanks [EMAIL PROTECTED] http://aakash-bapna.blogspot.com
> Date: Tue, 1 Jul 2008 03:27:51 -0700> Subject: [OpenSocial] Passing arrays in > req.newUpdatePersonAppDataRequest> From: [EMAIL PROTECTED]> To: > [email protected]> > > Hi,> > I just wanted to make sure that > whether it is possible for me to pass> arrays in > req.newUpdatePersonAppDataRequest.> > Something like:> > > ********************************************************************************************************> > var req = opensocial.newDataRequest();> > var data1 = Math.random() * 5;> > var data2 = Math.random() * 100;> var data3 = new Date().getTime();> > var > passArray = [data1, data2, data3];> > > req.add(req.newUpdatePersonAppDataRequest("VIEWER", "ArrayObject",> passArray > ));> > > ********************************************************************************************************> > > Thanks,> Nitin> > _________________________________________________________________ Windows Live Hotmail is giving away Zunes. Enter for your chance to win. http://www.windowslive-hotmail.com/ZuneADay/?locale=en-US&ocid=TXT_TAGLM_Mobile_Zune_V3 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
