[14.4](newinversion144.md) [14.5](newinversion145.md) [15.0](newinversion150.md) [15.1](newinversion151.md) [15.2](newinversion152.md) [15.3](newinversion153.md) [15.4](newinversion154.md) [15.5](newinversion155.md) [16.0](newinversion160.md) [16.1](newinversion161.md) [16.2](newinversion162.md) [16.3](newinversion163.md)

New in version 11.1
-------------------

| Item | Details | Server |
|:--|:--|:--|
| [App.Exit](AppExit.md)   Quits the current process. | All | ✅ Server |
| [Archive.CompressContainer](ArchiveCompressContainer.md)   Compresses one container into a new archive. | All | ✅ Server |
| [Audit.Hash](AuditHash.md)   Hashes the field/value. | All | ✅ Server |
| [Barcode.Modulo10Checksum](BarcodeModulo10Checksum.md)   Calculate checksum with Modulo 10 recursive. | All | ✅ Server |
| [CURL.SetOptionAWSSigV4](CURLSetOptionAWSSigV4.md)   Provides AWS V4 signature authentication on HTTP(S) header. | All | ✅ Server |
| [CoreLocation.requestTemporaryFullAccuracyAuthorization](CoreLocationrequestTemporaryFullAccuracyAuthorization.md)   Asks for temporary access. | Mac/iOS | ❌ Server |
| [Dictionary.AddDictionary](DictionaryAddDictionary.md)   Adds entries from other dictionary to current one. | All | ✅ Server |
| [Dictionary.FromJSON](DictionaryFromJSON.md)   Creates dictionary from JSON. | All | ✅ Server |
| [DynaPDF.Table.SetCellStyledText](DynaPDFTableSetCellStyledText.md)   Inserts the specified styled text into the cell. | All | ✅ Server |
| [Files.FileNameWithoutExtension](FilesFileNameWithoutExtension.md)   Queries file name without extension. | All | ✅ Server |
| [Files.ReadAndWriteFile](FilesReadAndWriteFile.md)   Reads a file and writes it elsewhere. | All | ✅ Server |
| [GMImage.IsLoggingEnabled](GMImageIsLoggingEnabled.md)   Checks whether logging is enabled. | All | ✅ Server |
| [GMImage.SetLogEventMask](GMImageSetLogEventMask.md)   Set log event mask. | All | ✅ Server |
| [IBAN.CalcCheckSum](IBANCalcCheckSum.md)   Calculates the checksum. | All | ✅ Server |
| [IBAN.Compact](IBANCompact.md)   Formats the IBAN for compact view. | All | ✅ Server |
| [IBAN.Countries](IBANCountries.md)   Queries list of country codes. | All | ✅ Server |
| [IBAN.Example](IBANExample.md)   Queries example IBAN for country. | All | ✅ Server |
| [IBAN.Format](IBANFormat.md)   Formats the IBAN for printing. | All | ✅ Server |
| [IBAN.IsValid](IBANIsValid.md)   Checks whether an IBAN is valid. | All | ✅ Server |
| [IBAN.RegEx](IBANRegEx.md)   Queries regular expression for country. | All | ✅ Server |
| [List.Find](ListFind.md)   Finds an entry in the list. | All | ✅ Server |
| [Math.FormatNumber](MathFormatNumber.md)   Formats a number. | All | ✅ Server |
| [Math.NormInv](MathNormInv.md)   Calculates NormInv function like in Excel. | All | ✅ Server |
| [QLPreviewPanel.GetEditingAllowed](QLPreviewPanelGetEditingAllowed.md)   Queries whether editing is allowed. | iOS | ❌ Server |
| [QLPreviewPanel.SavedFiles](QLPreviewPanelSavedFiles.md)   Queries list of file paths. | iOS | ❌ Server |
| [QLPreviewPanel.SetDismissTrigger](QLPreviewPanelSetDismissTrigger.md)   Sets the script trigger. | Mac/iOS | ❌ Server |
| [QLPreviewPanel.SetEditingAllowed](QLPreviewPanelSetEditingAllowed.md)   Sets whether editing is allowed. | iOS | ❌ Server |
| [QuickList.Find](QuickListFind.md)   Finds an entry in the list. | All | ✅ Server |
| [RegEx.DataDetector](RegExDataDetector.md)   Performs data detection to find details in text. | Mac/iOS | ✅ Server |
| [RegEx.Extract](RegExExtract.md)   Extracts found text. | All | ✅ Server |
| [Socket.GetReceiveBufferSize](SocketGetReceiveBufferSize.md)   Query receive buffer size. | All | ✅ Server |
| [Socket.GetSendBufferSize](SocketGetSendBufferSize.md)   Query send buffer size. | All | ✅ Server |
| [Socket.SetReceiveBufferSize](SocketSetReceiveBufferSize.md)   Sets receive buffer size. | All | ✅ Server |
| [Socket.SetSendBufferSize](SocketSetSendBufferSize.md)   Sets send buffer size. | All | ✅ Server |
| [Speech.Stop](SpeechStop.md)   Stops speech as soon as possible. | Mac/Win/iOS | ❌ Server |
| [SyntaxColoring.GetCustomFunctionToolsEnabled](SyntaxColoringGetCustomFunctionToolsEnabled.md)   Queries whether to show custom function tools. | Mac only | ❌ Server |
| [SyntaxColoring.GetDebuggerTooltipsEnabled](SyntaxColoringGetDebuggerTooltipsEnabled.md)   Queries whether debugger tooltips are enabled. | Mac only | ❌ Server |
| [SyntaxColoring.GetFormulasWithDashLinks](SyntaxColoringGetFormulasWithDashLinks.md)   Queries whether to generate links for dash. | Mac only | ❌ Server |
| [SyntaxColoring.SetCustomFunctionToolsEnabled](SyntaxColoringSetCustomFunctionToolsEnabled.md)   Sets whether to show custom function and calculation tools. | Mac only | ❌ Server |
| [SyntaxColoring.SetDebuggerTooltipsEnabled](SyntaxColoringSetDebuggerTooltipsEnabled.md)   Sets whether debugger tooltips are enabled. | Mac only | ❌ Server |
| [SyntaxColoring.SetFormulasWithDashLinks](SyntaxColoringSetFormulasWithDashLinks.md)   Sets whether formulas should link to dash. | Mac only | ❌ Server |
| [XML.SetPathCData](XMLSetPathCData.md)   Sets path value with CData. | All | ✅ Server |
| [iOSApp.ClearLastURL](iOSAppClearLastURL.md)   Clears last URL. | iOS | ❌ Server |
| [iOSApp.GetDidOpenURLEvaluate](iOSAppGetDidOpenURLEvaluate.md)   Queries the expression. | iOS | ❌ Server |
| [iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md)   Install OpenURL handler. | iOS | ❌ Server |
| [iOSApp.IsOpenURLHandlerInstalled](iOSAppIsOpenURLHandlerInstalled.md)   Returns whether OpenURL handler was installed. | iOS | ❌ Server |
| [iOSApp.LastURL](iOSAppLastURL.md)   Queries last URL we received. | iOS | ❌ Server |
| [iOSApp.SetDidOpenURLEvaluate](iOSAppSetDidOpenURLEvaluate.md)   Sets the expression to be evaluated when the app received an URL request. | iOS | ❌ Server |
| [iOSApp.SetDidOpenURLScript](iOSAppSetDidOpenURLScript.md)   Sets the script to be run when the app received an URL request. | iOS | ❌ Server |

49 functions shown.

These functions require a license (63%).

### Blog Entries

- [MBS FileMaker Plugin 11.1](https://www.mbsplugins.de/archive/2021-03-16/MBS_FileMaker_Plugin_111/monkeybreadsoftware_blog_filemaker)
- [Neues MBS FileMaker Plugin 11.1](https://www.mbsplugins.de/archive/2021-03-09/Neues_MBS_FileMaker_Plugin_111/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin 11.1](https://www.mbsplugins.de/archive/2021-03-09/MBS_FileMaker_Plugin_111/monkeybreadsoftware_blog_filemaker)

[Older Version 11.0](newinversion110.md) [Newer Version 11.2](newinversion112.md)

[HTML Version](newinversion111.shtml)