Hi

procedure main()
   static shAllowed := {"STR"=>, "VAL"=>}
   static saAllowed := {"STR", "VAL"}
   ? "STR" $ shAllowed
   ? "STR" $ saAllowed
return

results in:

.T.
Error BASE/1109  Argument error: $
Called from MAIN(5)

Could someone explain to me why $ is defined on hashes but not arrays?

Regards
Alex
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to