Page 1 of 1

About ExitProcess Function

Posted: Tue Jun 22, 2010 9:15 pm
by jparada
Hi,

I wonder if it's a good idea to use the ExitProcess function, like this:

Code: Select all

IF ! File( cIniArch+"users.dbf" )
        MsgStop( "El archivo de usuarios no existe", "Error..." )
        DBCommitAll()
        DBCloseAll()
        ExitProcess(0) 
ENDIF
Thanks

Best Regards
Javier

Re: About ExitProcess Function

Posted: Tue Jun 22, 2010 10:24 pm
by apais
Why don't you just QUIT ?