bug-gawk
[Top][All Lists]
Advanced

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

Re: Gawk manual section: 8.6 Arrays of Arrays


From: arnold
Subject: Re: Gawk manual section: 8.6 Arrays of Arrays
Date: Sat, 21 Oct 2023 23:54:17 -0600
User-agent: Heirloom mailx 12.5 7/5/10

Thanks for this. I removed that prose. It'll be in git shortly.

Arnold

Hermann Peifer <peifer@gmx.eu> wrote:

> At the end of the section, an issue with sub-arrays is mentioned [1]. It
> could perhaps be clarified that the mentioned issue is gone now [2].
>
> Hermann
>
> [1]
>  > gawk-5.1.1 'BEGIN {split("a b c d", b[1]); print b[1][1]}'
> gawk-5.1.1: cmd. line:1: fatal: split: second argument is not an array
>
> [2]
>  > gawk-5.2.0 'BEGIN {split("a b c d", b[1]); print b[1][1]}'
> a
>
>
>



reply via email to

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