dopfields expression function
Returns the value of a DOP field as a string.
Usage
dopfields(dop, objectSpec, subDataName, recordType,
recordNum, fieldName)
This allows complex types such as vectors to be converted to the native type using the vector expression.
Examples
vector(dopfields("/obj/dopnet1", "obj0", "Position", "Options", 0, "position"))Gets the position of the object as a string and converts it into a vector.
