Same Pipe name while plotting using detail list

 
Parents
  • I think in Detail List, it will only run the option once then extract all the Pipes so that's why results have the same Atext 255.
    it would be better to have custom batch extraction for these for example.


    !arrPipes = object array()

    !arrPipes.append('/PIPE1')
    !arrPipes.append('/PIPE2')
    !arrPipes.append('/PIPE3')
    !arrPipes.append('/PIPE4')
    !arrPipes.append('/PIPE5')
    !arrPipes.append('/PIPE6')

    do !strPipes values !arrPipes

    $!strPipes

    $m %your option file location here%

    DETAIL CE

    enddo



Reply
  • I think in Detail List, it will only run the option once then extract all the Pipes so that's why results have the same Atext 255.
    it would be better to have custom batch extraction for these for example.


    !arrPipes = object array()

    !arrPipes.append('/PIPE1')
    !arrPipes.append('/PIPE2')
    !arrPipes.append('/PIPE3')
    !arrPipes.append('/PIPE4')
    !arrPipes.append('/PIPE5')
    !arrPipes.append('/PIPE6')

    do !strPipes values !arrPipes

    $!strPipes

    $m %your option file location here%

    DETAIL CE

    enddo



Children
No Data