#16 new
Tomasz Kaye

Associative arrays seem to be limited to a single dimension

Reported by Tomasz Kaye | December 24th, 2009 @ 07:25 PM

Associative arrays seem to be limited to a single dimension (On the list Wed, Jan 21, 2009 -- Mike Clemow )

int array[3][3];
// This type of assignment gives an exception
3 @=> array["set"]["value"];
// So does this
3 @=> array["set"][0];
// This type of assignment works but...
[1, 2, 3] @=> array["set"];
// ...accessing values causes an exception
<<< array["set"][0] >>>;

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Place to log chuck bugs, feature requests etc.

Shared Ticket Bins

People watching this ticket

Pages