How to check variable name of HASH in xHarbour?

Post Reply
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

How to check variable name of HASH in xHarbour?

Post by dutch »

Which library that I have to include for using this function?
HB_HHasKey()

I cannot compile with this function.

Thanks in advance,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How to check variable name of HASH in xHarbour?

Post by Antonio Linares »

Dear Dutch,

Use HHasKey( hHash, cKey ) --> lYesNo
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: How to check variable name of HASH in xHarbour?

Post by dutch »

Dear Antonio,

Thank you so much, it works fine.
Antonio Linares wrote:Dear Dutch,

Use HHasKey( hHash, cKey ) --> lYesNo
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Post Reply