11-19-2022 09:32 AM
Hi,
I have set some variables in Diadem Script Panel, when I debug to run, I have nothing in the Watch Window. How can I get the value of those variable?
Diadem version is 2022.
the code is very simple:
'--------------------------------------------------------------------------------------------------
Option Explicit 'Forces the explicit declaration of all the variables in a script.
Dim A, B, C
A = 1
B = 3
C = A +B
'---------------------------------------------------------------------------------------------------
and I had set breakpoint at next line of "C = A+B"
but I have got nothing with A, B and C
Thanks.
11-22-2022 01:42 AM
Hello.
I cannot reproduce the failure you get; the same code works for me in Diadem 2019 and 2015.
You have Student Version; maybe there is something with the debugger?
Greetings,
Vassili