hi,
ups, kl Fehler:
streiche:
for(i in bla) txt += i + " : " bla[i] + "\n";
setze:
for(i in bla) txt += i + " : " + bla[i] + "\n";
Gruss Joachim
hi,
ups, kl Fehler:
streiche:
for(i in bla) txt += i + " : " bla[i] + "\n";
setze:
for(i in bla) txt += i + " : " + bla[i] + "\n";
Gruss Joachim