A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Something Weird in the Manuel...

  1. #1
    Senior Member
    Join Date
    Mar 2000
    Posts
    341
    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

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Posts
    341
    I'm still curious about this.

  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    137
    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



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center