1620 ! **********************************************************************
1630 ! Test fo r the last error . The error numb er of the last e rror is the same
1640 ! as the error number of the first number after the last error.
1650 !
1660 Error_line=IVAL(Line$,10)
1670 IF Error_ line=Error_line2 THEN GOTO 1780
1680 Error_line2=Error_line
1690 !
1700 ! **********************************************************************
1710 ! Print the error numbers and the corresponding line numbers on the
1720 ! controller screen.
1730 !
1740 PRINT "Error number ",Error," is on line number ",Error_line
1750 !
1760 NEXT Error
1770 !
1780 PRINT
1790 PRINT
1800 PRINT "Last error found"
1810 GOTO 1850
1820 PRINT "No errors found"
1830 !
1840 !
1850 END
Programming Examples
Making a State Compare Measurement
43–13