Ape log says "Version: 1.00" so I guess I'm going to install that 1.1.0 version. Thanks Anthony. I will send feedback.
2011/5/29 Anthony Catel <[email protected]> > hi, > > Are you using APE 1.1.0 ? > > Le 29/05/2011 04:02, Raul Ordóñez a écrit : > > Hi, >> >> I'm trying to save an array into a channel property, like this (server >> side script): >> >> var color=["blue","green","brown"]; >> channel.setProperty("color",color); >> >> var test=channel.getProperty("color"); >> Ape.log(test[0]+test[1]+test[2]); >> >> And the Ape log shows: >> >> "brownundefinedundefined" >> >> it's considering the third element of the array like the first one >> (test[0]) and doesn't work properly. What I'm doing wrong? >> >> If I send the same color array as a raw I receive the array without >> problems. >> >> Thank you so much in advance. >> >> > -- > You received this message because you are subscribed to the Google > Groups "APE Project" 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/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
