W-Conti
03-10-2003, 06:33 PM
Greetings Javascripters!
Need to build a series of variables on the fly:
for(var i=1;i<=24;i++){
var 'xxx'+i = ......
}
This doesn't work.
Please advise.
Need to build a series of variables on the fly:
for(var i=1;i<=24;i++){
var 'xxx'+i = ......
}
This doesn't work.
Please advise.