bug-gawk
[Top][All Lists]
Advanced

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

Re: debugger, print_array(), once again


From: arnold
Subject: Re: debugger, print_array(), once again
Date: Thu, 21 Dec 2023 05:58:20 -0700
User-agent: Heirloom mailx 12.5 7/5/10

Thanks. I see what the problem is. I'll get to it, eventually.

Ed - Hermann is running newer code, which is why you don't
see the same thing.

Arnold

Hermann Peifer <peifer@gmx.eu> wrote:

> Hi again.
>
> I just noted that there seems to be a remaining issue with printing
> multidimensional arrays. See below.
>
> Hermann
>
>
>  > cat dbugarray2.awk
> BEGIN {
>       c[1][1] = 11
>       c[1][2] = 12
> }
>  > gawk -D -f dbugarray2.awk
> gawk> r
> Starting program:
> Program exited normally with exit value: 0
> gawk> p @c
> c["1"]["1"] = 11
> ["2"] = 12
> gawk> exit
>



reply via email to

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