bBox_Version ( { versionFormat } )
Returns the plug-in version as a string, using a convention maintained by a number of other plug-ins.
parameters
versionFormat: (optional)
"autoupdate": zero padded format of version, as in "00050100"
"extended": includes build number and build date, as in "bBox 0.97.05 Nov 21 2020" (requires 0.97+)
"long": plug-in name + version, as in "bBox 0.51"
"platform": returns "Mac OS X" or "Linux"
"short": just the plug-in version, as in "0.91" (default)
result
version string
The extended format returns the version number in a form that matches what Get (InstalledFMPlugins) returns.
––––––––––