Hello,

If I have an array setup in Javascript, this works ....
myarray[0] = myarray[0] + 1;


this doesn't ...
myarray[0] += 1;

Both examples work when viewed within 3dfa but not in the broswer.

This has been reported to those Insane guys 'n gals !!!

Cheers,
Kusco