VisKProg HELP - Exit functionSee also *** Function index The Exit function makes the program quit regulary. Syntax:
Detailed description:Exit() quits the program regulary, as if the user has closed the main window. It can be used both, to leave the program when the user told to do so, or to abort it after the user started a forbidden action. In the latter case, you should tell the user about the reason of the "crash", using the MsgBox function, before you exit. See also:Return function, MsgBox function
© 2000 by Christoph Pinkel |