Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Writing to an indirectly named array...
- X-seq: zsh-users 16685
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Writing to an indirectly named array...
- Date: Sat, 31 Dec 2011 22:45:48 -0800
- In-reply-to: <20120101060936.GC2920@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20120101060936.GC2920@solfire>
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