[OFF TOPIC]
code:
var arr = new Array();
arr[0] = new Array();
arr[0][0] = "blah";
Before you suggested that, I tried it and it worked perfectly.
I think this should be posted on the "Tips" section. Multidimensional arrays aren't well explained on MS documentation.
What procedure do you think it's best? I only tested one.
Well, thanks a lot to all your help.
[/OFF TOPIC]