IS it possible to get a array of strings from Javascript. I mean I am calling javascript in my code for iPhone app. Now After the functions completes I want to return the array of string to the objective C code back. How can I return the array back and how my objective-c code can read that array?
Thanks Akansha