concept.helper.idgenerator.__CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID

__CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID is available since version 1.0.

Prototype:

number __CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID()

Description:

Generates incremental numbers starting 1. First call will return 1, next one 2, nth call n.


NOTICE: THIS FUNCTION IS USED BY THE FRAMEWORK ONLY, AND SHOULD NOT BE CALLED DIRECTLY. CALLING THIS FUNCTION DIRECTLY WILL NOT CAUSE ANY REAL PROBLEM, BUT IT IS CONSIDERED TO BE USELESS.

Return value:

Returns n, where n is the number of times this function was called (including the current call).