FNEXIT |
DEVELOPER |
|
|
Purpose |
FNEXIT terminates a function immediately. |
Syntax |
FNEXIT{exit code} |
Operation |
exit code is an optional argument to the calling function. |
Remarks |
The exit from a function is immediate. Function Exit logic is called immediately after FNEXIT is executed. Function Exit logic is skipped when a fatal error occurs. Data is not written to files for the current cycle. |
Example |
If LEN (@FVNM) > 18 THEN |
Topic ID: 520058