[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: will this idxarr['1']=error ever get fixed
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: will this idxarr['1']=error ever get fixed |
Date: |
Tue, 30 Nov 2021 15:33:25 +0100 |
ja ok well =))
On Tue, Nov 30, 2021, 15:16 Chet Ramey <chet.ramey@case.edu> wrote:
> On 11/28/21 3:46 AM, Alex fxmbsw7 Ratchev wrote:
> > declare "foo['1']=asd"
> >
> > bash: '1': syntax error: operand expected (error token is
> "'1'")
> >
>
> You can make the error message go away by fixing your buggy code. ['1'] is
> not a valid indexed array subscript.
>
> --
> ``The lyf so short, the craft so long to lerne.'' - Chaucer
> ``Ars longa, vita brevis'' - Hippocrates
> Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
>