Hallo Thomas
elm = this.Elemente;
var elm = this.Elemente;
sonst ist es eine globale Variable
for (x=0; x<elm.length; x++)
for (var x=0; x<elm.length; x++)
dito, kann aber sein, dass das implizit schon so ist.
Gruss,
Carsten
Hallo Thomas
elm = this.Elemente;
var elm = this.Elemente;
sonst ist es eine globale Variable
for (x=0; x<elm.length; x++)
for (var x=0; x<elm.length; x++)
dito, kann aber sein, dass das implizit schon so ist.
Gruss,
Carsten