One thing I cannot find any documentation on is how to push a Split
direct to the Vector Class. Is it possible? 

//Results in VerifyError: Error #1033: Cpool entry 34 is wrong type.
var s:String = "a,b,c";
var v:Vector.<String> = new Vector.<String>(s.split(","));

I can correctly set the data using a "for each" loop. Just wondering
if there's a way to skip a step. 

Are the speed benefits of using the Vector Class seen mostly when
accessing, or setting the data? 

Thanks for your help, 

Brent Marshall
http://www.eightlines.com/blog/

Reply via email to