[DGD] mapping question

Stephen Schmidt schmidsj at union.edu
Wed Oct 10 17:03:23 CEST 2001


On Wed, 10 Oct 2001 pete at ana.sk wrote:
> Is there a way how to access mapping elements by sequential index?

Put the data into an array instead. The whole point of a mapping
is that, unlike an array, the indices are not sequential. If you
want sequential access, a mapping is the Wrong Thing. That's what
arrays are good at.

Steve


_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list