bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multidimensional arrays


From: Davide Brini
Subject: Re: Multidimensional arrays
Date: Tue, 14 Dec 2010 15:53:53 +0000
User-agent: KMail/1.13.5 (Linux/2.6.34-gentoo-r6; KDE/4.4.5; x86_64; ; )

On Tuesday 14 Dec 2010 15:46:16 address@hidden wrote:

> In which version of gawk are multidimensional arrays like:
> x[3][4]
> supported?  I'm running 3.1.7, and I get a syntax error on that type of
> construction.  I always had to do something like x[3 " " 4] to artificially
> construct a two dimensional array, although x[3,4] works (though I assume
> that this is treated as a single dimensional array with the index being
> "3,4".

They will be in gawk 4, see http://is.gd/iJLiO

-- 
D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]