Reply To: Splitting OBX

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Splitting OBX Reply To: Splitting OBX

#56419
Dennis Pfeifer
Participant

    Try this ..

    PATHCOPY 0(0).OBX(0) to 0(0).OBX(0)

    PATHCOPY 0(0).OBX(0) to 0(0).OBX(1)

    verify that the pathcopy duplicates the OBX first .. (i.e. verify that the repeat subscripts are correct).. yours may differ .. e.g. 0(1).OBX instead of 0(0).OBX(1)

    Then add ..

    copy 0(0).OBX(0).#5 to 0(0).OBX(0).#5

    pre xlate proc

    set xlateOutVals

      “/”] 0]]

      copy 0(0).OBX(0).#5 to 0(0).OBX(1).#5

      pre xlate proc

      set xlateOutVals

        “/”] 1]]

        Good luck ..

        Dennis