Skip to main content

Dial_VersionAutoUpdate (function reference)

By November 1, 2020June 23rd, 2021Online Help, Troi Dialog Plug-in
Troi Dialog Plug-in > Functions reference > Dial_VersionAutoUpdate
Troi Dialog Plug-in for FileMaker Pro

Dial_VersionAutoUpdate

Use this function to see which version of the plug-in is loaded, formatted as an 8 digit number to represent an AutoUpdate version.

SyntaxFunction badge

Dial_VersionAutoUpdate

Parameters

none

Returned Result

Data type returned

Text

Result

The function returns ? if this plug-in is not loaded. If the plug-in is loaded the result is a version number, it is returned in the format aabbccdd where every letter represents a digit of the level, so versions can be easily compared.

Originated in

Troi Dialog Plug-in 5.1

Compatibility

FileMaker Pro 16 to 19

Considerations

The Dial_VersionAutoUpdate function is part of a standard for FileMaker plug-ins of third party vendors of plug-ins. The version number can be easily compared, when using the Autoupdate functionality of FileMaker Server.

Example

For example:

Dial_VersionAutoUpdate

returns 08000000 for version 8.0

Dial_VersionAutoUpdate

will return 05010203 for version 5.1.2.3

So for example to use a feature introduced with version 7.1 test if the result is equal or greater than 07010000.

Related functionFunction badge

Dial_Version

Related topics

Troi Dialog Plug-in online help (overview)


Online Help Page for Troi Dialog Plug-in for 16 to 19 –> Dial_VersionAutoUpdate (dialp9002) 2021-0623 15:59:06