EXIT FUNCTION
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
The EXIT FUNCTION statement can be used to exit the FUNCTION before the code ends.
Syntax
- EXIT FUNCTION
Description
- Use EXIT FUNCTION to immediately EXIT a FUNCTION if an undesirable condition is created.
- EXIT FUNCTION is not the same as END FUNCTION which is required in a FUNCTION procedure.
See also