Vleonz
July 11th, 2003, 06:32 PM
Well I would like to say hello to everyone and the last time I did actual coding was four years ago for two years or so. I guess I’m going back onto it. I’m been reading the forums for about a month now, thanks for everyone for all the post, even though you guys don’t know me.
It’s quite simple but seems like it doesn’t work
d =1;
(“dataBox”+d).html = true;
("dataBox"+d).htmlText = "testing";
while this works
dataBox1.html = true;
dataBox1.htmlText = "testing";
It is possible to add a var into it?
Thanks in advance.
It’s quite simple but seems like it doesn’t work
d =1;
(“dataBox”+d).html = true;
("dataBox"+d).htmlText = "testing";
while this works
dataBox1.html = true;
dataBox1.htmlText = "testing";
It is possible to add a var into it?
Thanks in advance.