dopfieldname expression function
Returns the name of a DOP field.
Replaced by: hou.DopData, hou.DopDataRecord, hou.DopField
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.