Indexing hash values as an array

Hello,

I am trying to understand hashes in pilotscript, but it is slow going.


I created a hash with keys k and values v, which are an array with:

Hashvalueappend(@Myhash, k, v);

When I try to access specific members of the values as an array with:

HashFind(@Myhash, k)[index];

it says "Can currently only use indexing on property references."

Am I making a syntax mistake?  If one has stored an array as a hash value how does one access specific membres in that array.

Many thanks,

A