CODE
oot_x = GetReportInfo( "CIRCLE3", "X", 6 )
oot_y = GetReportInfo( "CIRCLE3", "Y", 6 )
oot_z = GetReportInfo( "CIRCLE3", "Z", 6 )
oot_d = GetReportInfo( "CIRCLE3", "DIA", 6 )
oot_c = GetReportInfo( "CIRCLE3", "CIR", 6 )CODE:
IsOut = oot_x + oot_y + oot_z + oot_d + oot_cCODE:
DoPass = "Pass"If IsOut <> 0 Then
MsgBox("Dimension 8 Cirlce3 is OOT!!!")DoPass = "Fail" End If
CODE:
Do
ProgEnd = MsgBox("Do you want to exit program?", 4)
If ProgEnd = 6 Then
Exit Do
End IfCODE:
ProgExit = 1
Loop Until ProgExit = 1