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
MBS( "VersionAutoUpdate" )

Parameters

none

Result

the version as an 8 digit number as text.

Description

Returns the version in the auto update format. e.g. 02040028

Examples

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

This function does not need a paid license.

Created 18th August 2014, last changed 16th August 2021


Version - Vision.ClassifyImage

💬 Ask a question or report a problem


Start Chat