Hello,
I've noticed that my Diadem 2023 version does not show any error-messages. I did not use
On error resume next
My Script is causing an error (specific Channel is not found in Dataportal), which results in stopping the script with displaying an error-message, which works accordingly in my Diadem 2022 version (see attachement). However in Diadem 2023 the same script does not show any error-message (neither in the logfile nor as Dialog-message). The script stopps but does not show any hint why it is stopping. I did not touch the global variables CMDNoErrorDisp, etc.
Error-Message in Diadem 2022
So I tried the following in Diadem 2023 to force an (Zero-Division) error-message:
Script to force Zero-Division error
The script stopps at line 14, when performing the zero division, but does not show any error-message (see logfile). When out-commenting the first block and running the script from line 17 with CMDNoErrorDisp = True, the same behaviour is shown. So the variable CMDNoErrorDisp does not have any effect - in either case no error-message is shown.
What am I missing? Is this behaviour normal for DIAdem 2023?
Thank you for your support!