Script function: Supplies an object's internal number.
Syntax
GET_OH_IDNR(Object name)
Syntax |
Description/Format |
---|---|
Object name |
Name of the object |
As of version 11 this scriptEgalement un type d'objet distinct dans l'Automation Engine. function has been changed, so that one parameter is available. Trying to define more than one parameter results in an error message.
Return code |
---|
Object's internal number "0" - The object does not exist. |
Comments
Each object obtains an internal number when it is created.
Example
The following example supplies the internal number of the object "MM.DAY".
:SET &RET# = GET_OH_IDNR("MM.DAY")
See also:
Script Elements - Reading or Modifying Objects
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function