__QUIT()
Terminates an application.
- Syntax
- __QUIT() --> NIL
- Arguments
- None
- Returns
- NIL
- Description
- This function terminates the current application and returns to the system.
- Examples
- See Test
- Tests
- function EndApp( lYesNo )
- if lYesNo
- __Quit()
- endif
- return nil
- Status
Ready
- Compliance
- __QUIT() is fully CA-Clipper compliant.
- Files
- Library is vm
- See Also