Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
none
the version as an 8 digit number as text.
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)
This function is free to use.
Created 18th August 2014, last changed 16th August 2021