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" <flashcoders@chattyfig.figleaf.com>
Sent: Thursday, October 19, 2006 8:53 PM
Subject: Re: [Flashcoders] Converting a comma delimitted list to an array fromMySql


Thanks, though, I heard that the split function built into AS is
notoriously slow. True?


On 10/19/06, Arse @ Snepo <[EMAIL PROTECTED]> wrote:
use the string.split method

var my_array:Array = my_str.split(",");

A


Carl Welch wrote:
> Oi, All.
>
> I am recieving a comma delimitted list/String from MySql that looks
> like this:
>
> 
0,0,0,26.361817121505737,10.903573036193848,7.390960305929184,24.12494868040085,21.304115653038025,6.756003946065903,11.561043560504913
>
>
>
> I am trying to convert it into an Array. I used to do something like
> it in MM Director, but I cannot figure out how to do it in AS. Can
> someone help a brother out?
>
>
> Thank you!!!!!!!!!!!!!!!!!


--
*Anthony Eden*: Inventor at Snepo <http://www.snepo.com/>
contact | [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> | 0411 5622 02

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Carl Welch
http://www.carlwelch.com
[EMAIL PROTECTED]
805.403.4819
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to