dopfieldname expression function
Returns the name of a DOP field.
Usage
dopfieldname(dop, objectSpec, subDataName,
recordType, fieldNum)
Returns the name of the fieldNumth field of the given record type.
Examples
dopfieldname("/obj/dopnet1", "obj0", "Position", "Options", 3)Returns the name of the fourth field of the Options record of the Position subdata owned by obj0.
Replaced by
Replaced by hou.DopField.name
