Hey, I'm Having a little trouble finding the syntax to getting a call to $hget to return a number for an item name, example:

hash table: test contains 4 items:

me -
you -
him -
her -

i am trying to find $hget(test,you) (OR whatever the right way is) to return 2, as you is the second item in the table, i'm might be wrong, but i was pretty sure there was a way to do this, without looping through it?