xHarbour Reference Documentation > Function Reference |
Checks if a hash is compatible with an associative array.
HGetAACompatibility( <hHash> ) --> lIsAssocArray
The function returns .T. (true) when the hash is compatible with an associative array, otherwise .F. (false).
Function HGetAACompatibility() tests if a hash is compatible with an associative array. This is the case when the hash is passed to function HSetAACompatibility() and .T. (true) is specified as second parameter.
See also: | {=>}, Hash(), HSetAACompatibility() |
Category: | Associative arrays , Hash functions , xHarbour extensions |
Source: | vm\hash.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com