Quit
This command closes Visual FoxPro. It's equivalent to choosing File-Exit from the main menu or double-clicking on the control menu. Some folks use Quit to end their applications. We don't recommend it, because it shuts down FoxPro in the process, something you won't much appreciate when you're testing an app. Use RETURN instead. Reserve QUIT for those times, such as in an error handler when all hell has broken loose, that you really want your user out of FoxPro, and not just out of your app.
Usage |
QUIT |
See Also |