RE: [Harbour] Using hashes

2008-10-23 Thread José Luis Capel
Petr, Thanks for your answer. JLC>> JLC>> JLC>> hMyHash:MyKey := 'SomeValue' JLC>> JLC>> JLC> JLC>Just rebuild Harbour with HB_HASH_MSG_ITEMS macro JLC>C_USR=-DHB_HASH_MSG_ITEMS JLC> I'll rebuild Harbour libs using that flag. Thanks and regards, José Luis Capel

Re: [Harbour] Using hashes

2008-10-23 Thread Petr Chornyj
José Luis Capel wrote: > > > hMyHash:MyKey := 'SomeValue' > > Just rebuild Harbour with HB_HASH_MSG_ITEMS macro C_USR=-DHB_HASH_MSG_ITEMS Regards, Petr -- View this message in context: http://www.nabble.com/Using-hashes-tp20127440p20127792.html Sent from the Harbour - Dev mailing list ar

[Harbour] Using hashes

2008-10-23 Thread Jose Luis Capel
Hi all, I want to know if it is possible to use hashes in this way: hMyHash:MyKey := 'SomeValue' instead of hMyHash['MyKey'] := 'SomeValue' Thanks and regards, José Luis Capel ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou