Your Products have been synced, click here to refresh
C1 =COMMENT/INPUT,NO,FULL SCREEN=NO, Was part measured before OR after coating? Type correct response and press OK. 1--> Before Coating 2--> After Coating SELECT/C1.INPUT CASE/1 ASSIGN/V1="Part was measured before coating" COMMENT/REPT, V1 END_CASE/ CASE/2 ASSIGN/V1="Part was measured after coating" COMMENT/REPT, V1 END_CASE/ DEFAULT_CASE/ COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Invalid input, try again! GOTO/C1 END_DEFAULTCASE/ END_SELECT/
C1 =COMMENT/INPUT,NO,FULL SCREEN=NO, Was part measured before OR after coating? Type correct response and press OK. 1--> Before Coating 2--> After Coating IF/C1.INPUT==1 ASSIGN/V1="before" END IF IF/C1.INPUT==2 ASSIGN/V1="after" END IF COMMENT/OPER,[COLOR=#ff0000]YES[/COLOR],FULL SCREEN=NO,AUTO-CONTINUE=NO,...........................Yes in red allows displaying on the report... "Part was measured " + V1 + " coating"
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |