bug-bash
[Top][All Lists]
Advanced

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

Re: Any chance of multi-dimensional arrays?


From: Bob Proulx
Subject: Re: Any chance of multi-dimensional arrays?
Date: Sun, 25 Nov 2012 12:54:45 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Rene Herman wrote:
> All I want additionally is multi-dimensional arrays...

There are various naming conventions and schemes to simulate
multi-dimensional arrays using single dimension arrays.  Since you
want to continue with the shell and the shell has not (yet) provided
multi-dimensional arrays then the only option for you is to simulate
them.  That isn't too difficult and if you search the web there are
many different implementations with the biggest difference being
whether ordering matters or not.

Bob



reply via email to

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