hexagon logo

subroutine auto save as

Hi all,

maybe someone can help...

i have this program that goes like this:


STARTUP    =ALIGNMENT/START,RECALL:,LIST=YES
            ALIGNMENT/END
            MODE/MANUAL
            FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, , 
            LOADPROBE/D3_L60_EL60
START      =LABEL/
C1         =COMMENT/INPUT,NO,FULL SCREEN=YES,
            1. TABLE ALIGNMENT
            2. ROUGH SHROUD INSPECTION
            3. BLADE INSPECTION
            ENTER PROGRAM TO RUN: 
            IF/C1.INPUT==1
CS1        =CALLSUB/TABLE_ALN,"FILE_LOCATION":,
            GOTO/START
            END_IF/
            IF/C1.INPUT==2
CS2        =CALLSUB/OP15,"FILE_LOCATION":,
            GOTO/START
            END_IF/

this is just so we don't have to align to the table each time and can just switch between the different operations that have to be cmm'd on the fly,


when i use the auto save as scripts that have been posted it only re-saves the main program not the subs, is there anyway to do this?

using this "main" program would be prefered by management...

thanks all!
Parents Reply Children
No Data