BuildDictSpecificID()

Examples


The BuildDictSpecificID() function encodes an integer identifier for an action and a product ID into a single action ID.

Syntax

BuildDictSpecificID(product_ID, action)

Parameters

product_ID – An integer that specifies the ID of the product that defines the action.

action – An integer value associated with the action.

Return value

A long integer containing the encoded action ID.


Documentation Feedback