HB_HMERGE()
Merges a source hash table into a destination hash table
Syntax
HB_HMERGE( <hsDestination>, <hsSource>, <bBlock>|<nPosition> ) -> <hsDestination>
Arguments
<hsDestination> a destination hash table, created by HB_HASH()
<hsSource> a source hash table, created by HB_HASH()
<bBlock> a code block that will be evaluated for each entry within the source hash table; the code block will be passed the entry key, value and position; if the code block returns a true value, the entry will be added to the destination hash table
<nPosition> the position of an entry within the source hash table that will be appended to the destination hash table
Returns
The destination hash table with the contents of the source hash table merged
Compliance
Harbour
Pingback: Harbour All Functions – H | Viva Clipper !
Pingback: Harbour Hashe Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !