fm.version.major ( _applicationVersion )
"17.0.4" -> 17
Be the first to rate this function Log in to vote
Fabrice Nordmann - Show more from this author
1-more-thing https://www.1-more-thing.com |
fm.version.major ( "" )
18 (if current app is 18.0.1)
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
returns the major version number for a software (typically FileMaker) version as a number
fm.version.major ( "17.0.3" ) -> 17
if _applicationVersion is empty, uses get ( applicationversion )
Works on all systems, wether they use . or , as decimal separator.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.