Tijd verliezen Quote van de maand

Flash bugs, continued

Friday 21 October 2005 om 21u41

ECHT WAA!

The length property does not apply to associative arrays, also known as “Named arrays.” An associative array is really just a generic object with properties. To get the number of items in an associative array, you can use a for…in loop and a counter:


Dus met andere woorden, de .length property bestaat ni bij named artrays (of associative arrays zoals ze zeggen).

Dus:
var test:Array = new Array();
test[0] = "foo";
test[1] = "bar";
trace(test.length);

zal als output 2 geven. MAAR!

var test:Array = new Array();
test['a'] = "foo";
test['b'] = "bar";
trace(test.length);

geeft als output 0. Wtf? Nen uitleg da ik hier vond:

Francis Cheng said on May 2, 2005 at 3:10 PM :

The length property does not apply to associative arrays, also known as “Named arrays.” An associative array is really just a generic object with properties. To get the number of items in an associative array, you can use a for…in loop and a counter:

Hoe komen ze erop. Weer een uur kwijt…

Gepost in: Flash

4 Commentaren Zelf commentaar toevoegen

  • 1. jensen  |  Saturday 22 October 2005 om 12u02  |  Belgium
         Gepost met Firefox 1.0.7 op Ubuntu Linux

    uitzondering #2 ?

  • 2. jesus_  |  Saturday 22 October 2005 om 13u41  |  Belgium
         Gepost met Firefox 1.0.7 op Windows XP

    Ik begin precies ook een beetje mijn twijfels te krijgen… Ma ja, AS 3.0 is op komst, da komt allemaal wel in orde ;)

  • 3. gdzilla  |  Sunday 30 October 2005 om 15u13  |  Belgium
         Gepost met Internet Explorer 6.0 op Windows XP

    Mja… ma kvind da ze eens hunnen backwardscompatibility naar AS1.0 moeten wegdoen… dan gaat et net iets logischer worden denk ik :)

  • 4. tuks  |  Monday 31 October 2005 om 19u45  |  Belgium
         Gepost met Firefox 1.0.7 op Linux

    in perl is da ook, ma daar kunde de keys in nen array zette en daar dan de length van vrage

Laat commentaar achter

Vereist

Vereist, verborgen

Toegelaten HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Trackback  |  Volg de commentaren via de RSS-feed.


Recente Commentaar

Top Commenters (laatste jaar)

Recente Posts

Categorieën

Archief

Links

Feeds