[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multidimensional arrays
From: |
Edward Wilson |
Subject: |
Re: Multidimensional arrays |
Date: |
Thu, 16 Dec 2010 01:40:56 +1000 |
I compiled my copy from cvs pointed to by Aharon recently in comp.lang.awk:
http://groups.google.com/group/comp.lang.awk/browse_thread/thread/3d818c579bd372e5/a8b15e08ffbf14c8?lnk=raot#a8b15e08ffbf14c8
Regards
Edward
On Wed, Dec 15, 2010 at 1:46 AM, <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".
>
> James
>