Following Horrid:<br>
Javascript's matJ = new Array(new Array(), new Array()) acts similar to VB's dim matV(2,dim2) but is more flexible in that the Javascript's matJ "rows" need not have the same length. Get the entry in the second row, third column of matJ by var x = matJ[1][2]...