Skip to main content

TrText_VersionAutoUpdate (function reference)

By December 1, 2021December 21st, 2021Online Help, Troi Text Plug-in
Troi Text Plug-in > Functions reference > TrText_VersionAutoUpdate
Troi Text Plug-in for FileMaker Pro

TrText_VersionAutoUpdate

Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.

SyntaxFunction badge

TrText_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 Text Plug-in 3.1

Compatibility

FileMaker Pro 16 to 19

Considerations

The TrText_VersionAutoUpdate function is part of an emerging 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:

TrText_VersionAutoUpdate

returns 03000100 for version 3.0.1

TrText_VersionAutoUpdate

will return 05010203 for a (possible future) version 5.1.2.3

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

Related functionFunction badge

TrText_Version

Related topics

Troi Text Plug-in online help (overview)


Online Help Page for Troi Text Plug-in for 16 to 19 –> TrText_VersionAutoUpdate (textp9002) 2021-1221 15:21:13