f$Stop
f$Stop
Cancel the current logic. Contrary to f$End, a corresponding error status is set which can be evaluated by a superordinated logic.
This function corresponds to the cancelling the logic, which the user can do via closing the dialog window (Windows system function "Close window").
Syntax: | f$Stop( ) | ||
| Argument | Type | Meaning |
| - |
|
|
Result: | - |
| |
Example: | f$Stop( )àCancel the current logic | ||