home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / EZTest.zip / defaultscript.xs < prev    next >
Text File  |  2004-08-20  |  282b  |  19 lines

  1. Function Main
  2.  
  3.     ; Remove the comment below to "Enable" error handling
  4.     ; On Error Call OnErrorHandler
  5.  
  6.  
  7.  
  8. End Function ; Main
  9.  
  10. Function OnErrorHandler
  11.  
  12.     ;
  13.     ; Insert your Error handling code here.
  14.     ;
  15.     Resume Next ; Continue On Error
  16.  
  17. End Function
  18.  
  19.