Hello,

Is possible include "HSETAACOMPATIBILITY()" in harbour ?

In xharbour this example works:

[Code]
functio Main()

   LOCAL hHash := Hash()

   HSetAACompatibility( hHash, .T. )
   HSetCaseMatch( hHash, .F. )
   
   hHash[ "One" ]   := { 1, 1 }
   hHash[ "Two" ]   := 2
   hHash[ "Three" ] := 3
   hHash[ "Four" ]  := 4
   hHash[ "Five" ]  := 5
   
   ? hHash[ "One", 1 ] += 10
   ? hHash[ 1, 1 ] += 10

   WAIT

RETURN

[EndCode]

Is possible this work in harbour ?

Best Regards,

Rossine.

-- 
View this message in context: 
http://www.nabble.com/Working-with-HASH%28%29-tp23034241p23034241.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to