Calocybe: Zuweisung eines Defaultwertes zu assoziativem Array möglich?

Beitrag lesen

Hi!

nobody knows all, me2 ;)
--> but sometimes there is light at the end uf the tunnel

Rowe's Rule: The odds are five to six that the light at the end of the tunnel is the headlight of an oncoming train.
    -- Paul Dickson

Bei Deinem Code stecken uebrigens noch die urspruenglichen Elemente im Array, denn die neuen "assoziierten" hast Du ja nur dazugefuegt. Mit

var s = "";
  for (i in an)
      s += i + ": " + an[i] + "\n";
  alert(s)

sieht man das.

So long

--
Black holes are where god divided by zero.