Page 1 of 1

How to check variable name of HASH in xHarbour?

Posted: Fri Oct 18, 2024 9:16 am
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

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

Posted: Fri Oct 18, 2024 9:26 am
by Antonio Linares
Dear Dutch,

Use HHasKey( hHash, cKey ) --> lYesNo

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

Posted: Fri Oct 18, 2024 10:13 am
by dutch
Dear Antonio,

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

Use HHasKey( hHash, cKey ) --> lYesNo