Основная надпись в isodraft

 
Parents
  • modified the macro a little to suit me and it looks like this:

    ISODRAFTMODE
    var !NameIsometric :pipedrwgno of pipe

    $M/C:\temp\opt1
    DETAIL $!getCE
    var !isoCountSheets ISODRAW NUMBER

    $M/C:\temp\opt12
    if(!isoCountSheets gt 9) then
     do !isoCountSheets from 1 to !isoCountSheets
     !deleteFile = $!NameIsometric + '00' + !isoCountSheets
     SYSCOM |del /q C:\temp\PLOT\$!deleteFile|

      DETAIL SHEETN $!isoCountSheets $!getCE
     enddo
    endif

    EXIT

    the error still remains: (2,779) Method
Reply
  • modified the macro a little to suit me and it looks like this:

    ISODRAFTMODE
    var !NameIsometric :pipedrwgno of pipe

    $M/C:\temp\opt1
    DETAIL $!getCE
    var !isoCountSheets ISODRAW NUMBER

    $M/C:\temp\opt12
    if(!isoCountSheets gt 9) then
     do !isoCountSheets from 1 to !isoCountSheets
     !deleteFile = $!NameIsometric + '00' + !isoCountSheets
     SYSCOM |del /q C:\temp\PLOT\$!deleteFile|

      DETAIL SHEETN $!isoCountSheets $!getCE
     enddo
    endif

    EXIT

    the error still remains: (2,779) Method
Children
No Data