Script function: Supplies an object's internal number.
GET_OH_IDNR(Object name)
Syntax |
Description/Format |
---|---|
Object name |
Name of the object |
As of version 11 this script 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. |
Each object obtains an internal number when it is created.
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