Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Writing to an indirectly named array...



On Jan 1,  7:09am, meino.cramer@xxxxxx wrote:
}
} But how can I write to that array the same way (via 'nameofarray') ?

The simplest way is:

    set -A $nameofarray elem1 elem2 ...



Messages sorted by: Reverse Date, Date, Thread, Author