-
In the defintion of Aray.sort in the ActionScript Dictionary there is the example of how to use the Array.sort. And in the example another function is used called a.split where split is supposed to be a method of Array. The code totally makes sense and makes that array.split look really cool. Just one thing though. Array.split is not mentioned anywhere in the Dictionary. It's not even listed as a method. Is it a typo? I thought maybe it was supposed to be Array.slice or Array.splice. But those seem to do something totally different.
Matt, John, anyone?
Thanks
-
I'm still curious about this.
-
Sorry, I don't have the final docset here at home (56k modem) and so I can't immediately cite a page reference, regrets.
Splitting is a string function, though... I'd look in that area too. (A JavaScript reference can help too... functionally similar.)
jd