RE: [Flashcoders] Converting a comma delimitted list to an array fromMySql

2006-10-20 Thread Steven Sacks | BLITZ
It used to be bad but as of Flash MX 2004, it was improved a bit. Most of the Array methods are slow, though, when compared to other languages. For instance, it's faster to use myArray[x] = val than myArray.push(val). Shift and Unshift are extremely slow. If you need speed for an array that you

Re: [Flashcoders] Converting a comma delimitted list to an array fromMySql

2006-10-19 Thread Victor Gaudioso
Exatly where I was going, and would have gone had I not been a lazy ass. Thanks Nelson. V - Original Message - From: "nelson ramirez" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, October 19, 2006 8:54 PM Subject: Re: [Flashcoders] Con

Re: [Flashcoders] Converting a comma delimitted list to an array fromMySql

2006-10-19 Thread Victor Gaudioso
No, not that slow; about as long as a .ASPX page can make a server call. - Original Message - From: "Carl Welch" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, October 19, 2006 8:53 PM Subject: Re: [Flashcoders] Converting a comma d