What I'm trying to do is encode an array into JSON. I will try using the server side javascript and return a json string. Anyone successful with that.
----- Original Message ---- From: Robert Garcia <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, January 8, 2008 11:50:20 PM Subject: Re: Witango-Talk: performance with array's Witango is very weak when it comes to processing within a loop. Do whatever you can to minimize the processing within the loop, or try to avoid the loop altogether. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Jan 8, 2008, at 6:40 PM, GK wrote: Is there a way to improve the performance of the following code: <@FOR STOP=<@NUMCOLS ARRAY="local$itemInfo">> <@set local$counter <@calc expr="@@local$counter+1">> '@@resultSet[0, @@local$counter]':'<@var resultSet[1, @@local$counter] ENCODING='JAVASCRIPT'>', </@FOR> ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
