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  

VersionAutoUpdate

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

Component Version macOS Windows Linux Server FileMaker iOS SDK
Plugin 2.4 Yes Yes Yes Yes Yes
MBS( "VersionAutoUpdate" )   More

Parameters

none

Result

the version as an 8 digit number.

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

FileMaker Magazin

Created 18th August 2014, last changed 21st October 2017


Version   -   Vision.ClassifyImage

Feedback: Report problem or ask question.




Links
MBS Xojo PDF Plugins

Start Chat