|
//********************** Delete Vertical Lines? *******************
#Count=1 WHILE( #Count=1) PAUSE[TX="Do you want to delete all the VERTICAL lines?", PT=1] // If you select OK the macro goes on and if you select cancel it stops #Count=#Count+1 ENDW
MAC_EXE[FN="w:\\mcl\\VL"]// delete vertical line macro
//********************** Do you want to run Z0 macro *******************
PAUSE[TX="Do you want to delete everything except all geometries on Z0.0 level?", PT=1]
MAC_EXE[FN="w:\\mcl\\z0"]// run Z0 level macro
Above is the last part of an IGS import macro.
What I would like to accomplish with "Delete Vertical Lines? " section of the macro is when I get the "OK Cancel" options from the Pause command, is to when I select the "Cancel" option for the macro to be able to carry on to the "Do you want to run Z0 macro" section without terminating the macro.
Is this possible using the Pause command?
Or do I have to use the IF command?
Or could I get away using the Prompt command?
Thanks in advance for any ideas.
Regards, Michael Senack
|
- Re: [mfg-smartcam] Macro help for pausing and continuing Michael Senack
- Re: [mfg-smartcam] Macro help for pausing and continu... Kelly D. Grills
