Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Validate.Exit
Quits the application with the given error code.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Validate | 2.2 | Yes | No | No | No | No |
Deprecated
This function was deprecated.
Parameters
none
Result
Returns OK or exists FileMaker.
Description
Quits the application with the given error code.Normally you pass 173 to quit with error code 173, so the Finder shows an error message about it. You can of course use this function to exit with other error codes. Any value between 0 and 255 is okay. If you pass not a number (e.g. a string), the function returns OK. This allows the function to be chained with other Validate functions.
Examples
Exists if checking failed:
MBS( "Validate.Exit"; MBS( "Validate.CheckReceipt"; MBS( "Validate.FindReceipt" ); "1.0"; "de.monkeybreadsoftware.test" ) )
See also
Example Databases
Created 18th August 2014, last changed 12nd June 2020
Validate.CheckReceipt - Validate.FindReceipt
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins