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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
VersionAutoUpdate
Returns the version in the auto update format. e.g. 02040028
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 2.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameters
none
Result
the version as an 8 digit number as text.
Description
Returns the version in the auto update format. e.g. 02040028Examples
Queries version for auto update:
MBS("VersionAutoUpdate")
Convert from display format to auto update format:
Let ( [
v = Substitute ( MBS Update::VersionDisplayText ; "." ; ¶ );
v1 = GetAsNumber ( GetValue ( v ; 1 ) );
v2 = GetAsNumber ( GetValue ( v ; 2 ) );
v3 = GetAsNumber ( GetValue ( v ; 3 ) );
v4 = GetAsNumber ( GetValue ( v ; 4 ) )
]; v4+v3*100+v2*10000+v1*1000000)
Blog Entries
- Automatically install MBS FileMaker Plugin
- Installation of MBS Plugin on FileMaker Server for Windows
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- MBS FileMaker Plugin Update Check Script
- MBS Filemaker Plugin 2.4 release notes
- MBS Filemaker Plugin, version 2.4pr2
FileMaker Magazin
This function does not need a paid license.
Created 18th August 2014, last changed 16th August 2021
