xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HGetAACompatibility()

Checks if a hash is compatible with an associative array.

Syntax

HGetAACompatibility( <hHash> ) --> lIsAssocArray

Arguments

<hHash>
A variable referencing the hash to check for associative array compatibility.

Return

The function returns .T. (true) when the hash is compatible with an associative array, otherwise .F. (false).

Description

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.

Info

See also:{=>}, Hash(), HSetAACompatibility()
Category: Associative arrays , Hash functions , xHarbour extensions
Source:vm\hash.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe