Hi,

and I would expect result "2" (the last one) to be printed.

This we can discus. For sure it should give the same results
as HB_HASH() and now they are reverted.
So we should change HB_HASH() function or the order of variables
stored for HB_P_HASHGEN PCODE.
What do you prefer?

I think it's more clear, if the last value remains valid.
  aI := {key1=>val1, key2=>val2, key3=>val3}
is something like:
  aI := {=>}; aI[key1] := val1; aI[key2] := val2; aI[key3] := val3


Best regards,
Mindaugas
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to