Hi Rossine,

Very strange name for a function. Can you describe what it does?
Brgds,
Viktor

On Tue, Apr 14, 2009 at 9:06 AM, Rossine <[email protected]> wrote:

>
> 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
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to