AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS in Your Language
PDMS на русском
Основная надпись в isodraft
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
18 replies
Subscribers
1 subscriber
Views
64 views
Users
0 members are here
Options
Share
More
Cancel
Related
Основная надпись в isodraft
Maxim
over 5 years ago
Parents
chris
over 5 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
chris
over 5 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data