xpxGetHashedValue
FUNCTION xpxGetHashedValue(hashTableIndex, index : INTEGER; hashKey : GENERIC; VAR instanceId : INTEGER) status : INTEGER;
The xpxGetHashedValue function looks up in the specified hash table for instances that match the given "lookup value".
Arguments
Type | Name | Comment |
INTEGER | hashTableIndex | identifies the actual hash table and is returned by a previous xpxMakeHashTable operation when the actual hash table was created |
INTEGER | index | is the index in the hash table for all elements in the hash table that exactly matches the specified hashedkey. index start with the value 1. |
GENERIC | hashKey | is the actual value of the attribute which is specified as key |
INTEGER | instanceId | Is the returned value that uniquely identifies the instance in the hash table that matches the "lookup value": hashTableIndex, index and hashedKey. This is set to the constant xpxNullId when no matching instance is found in the actual hash table. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â