Hi,
it is possible an Json Array like myData to convert in a Javascript array. I try it with this: arraydata = new Array(myData);//myData = ["ch","dg"] but when i get the content with arraydata[0] appears ch,dg. How can i get the length from myData, myData.length doesn't work. var myData = response.getContent(); //["ch","dg"] Best Regards, Georg -- View this message in context: http://qooxdoo.678.n2.nabble.com/response-getContent-convert-in-a-array-tp5775332p5775332.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
