Calculates a unique identifier (integer) for an executable or for a session. This data is not stored: it is lost at the end of the execution of the application or session.
Syntax
<Result> = GetIdentifier()
<Result>: Integer
Generated identifier. The first call to GetIdentifier returns 1, the second one returns 2, ...
Remarks
Limits
- The generated identifier is an integer, therefore it is limited to 231. The identifier becomes negative if this limit is exceeded.
- GetIdentifier can be used in a parallel task.
Calculating an identifier
You also have the ability to get a global identifier (GUID) via
GetGUID.
Business / UI classification: Neutral code