OH MANN :-D
Heut bin ich blind :-)
DAAANKE
this.add = function (a_item) {
this.items[length] = a_item;this.items[this.items.length] = a_item;
oder
this.items.push(a_item);Struppi.
OH MANN :-D
Heut bin ich blind :-)
DAAANKE
this.add = function (a_item) {
this.items[length] = a_item;this.items[this.items.length] = a_item;
oder
this.items.push(a_item);Struppi.