Francesca Galera Molina wrote: > > Hi all, > > In Javascript is possible to use bidimensional arrays?. Sorry, because > it is not a html question. > > Francesca It is possible but not in common way for some languages. It have to appears like: arr = new Array(3); arr[3] = new Array(4); ... arr[1][1] = 3; Sincerely yours, Yuriy Guskov. ____________________________________________ The solution to the problem changes the nature of the problem.Received on Friday, 15 January 1999 03:14:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:15:38 GMT