DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a property for what version of diadem is running the current script

Solved!
Go to solution

I am trying to make a script that will allow me to easily change between and load different functions for the older Diadem 2012 and the current Diadem 2021. Is there a function that can find what version of diadem is currently being used so that I can make the swap between the 2 versions?

0 Kudos
Message 1 of 3
(1,006 Views)
Solution
Accepted by BrandonHosken

Hi BrandonHosken,

 

Here is a list of such information:

 

msgbox "Version: " & programversion
msgbox "Revision: " & programrevision
MsgBox "Build No: " & ProgramBuild
' since DIAdem 2010
msgbox "Version name: " & ProgramVersionName 
' since DIAdem 2012
msgbox "atfx - DataPlugin Version: " & navigator.Settings.RegisteredDataPlugins("atfx").Version
' since DIAdem 2014
msgbox "Bitness: " & ApplicationBitness

 

Greetings

Walter

Message 2 of 3
(969 Views)

Thank you! 

0 Kudos
Message 3 of 3
(961 Views)