03-20-2020 09:14 AM
Hello,
In earlier versions of DIAdem you could use the calculator to ask for the current value of a variable by typing the variable name, adding a question mark and pressing return. For example, if you wanted to know what the value of DataDrvUser was you could type DataDrvUser? and hit return. It would give you the current value in the calculator window.
I don't seem to be able to do this in 2019. Is it still possible?
Thanks, Simon.
Solved! Go to Solution.
03-24-2020 06:38 AM
Hi Simon,
Yes, this is still possible, but it is not necessary to add the question mark? So, just type in DataDrvUser and enter (or the enter button).
There is also an alternative way by pushing the CTRL+SHIFT+F1 buttons.
Greetings
Walter
03-24-2020 06:44 AM
Thanks Walter - how simple! Typical of me to try it out by picking a variable that never seems to return a result - CurrentScriptPath.
Regards.
03-24-2020 06:51 AM
Hi Simon,
Yes, CurrentScriptPath is a function which calculates its value when called.
You can get the content with:
msgbox CurrentScriptPath
Greetings
Walter