- From: Yuriy Guskov <ygheimth@adm.univd.kharkov.ua>
- Date: Fri, 15 Jan 1999 10:08:58 -0600
- To: Francesca Galera Molina <ccbq8@blues.uab.es>
- CC: www-html@w3.org
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 UTC