Advertisements
HB_HCOPY()
Adds entries from the source hash table to the destination hash table
Syntax
HB_HCOPY( <hsDestination>, <hsSource>, [<nStart>], [<nCount>] ) -> <hsDestination>
Arguments
<hsDestination> a destination hash table, created by HB_HASH()
<hsSource> a source hash table, created by HB_HASH()
<nStart> starting index, defaults to 1 if omitted
<nCount> counter, defaults to (length) – <nStart> is omitted
Returns
The destination hash table
Compliance
Harbour
Advertisements