At 9:21 AM +0200 7/9/02, =?latin1?Q?Josef_H=F6=F6k?= wrote:
>I was just wondering how should i handle multidimensional keyed access
>in my Matrix pmc. I see that my code i broken with this weeks parrot code.
>Can someone please but some api specs.

We don't have a standard, at least until now.

For multidimensional access, separate the elements by semicolons, like so:

    set P0[1;2;3], 12

The multidimensional version only works with the _keyed variant, and 
it should pass in a multidimensional key.

If there's insufficient code in key.c to deal with multidimensional 
keys, we'll put a standard together for the internal API.
-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to