DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 11 impact on Diadem scripting

Solved!
Go to solution

Hi, 

 

I have a quesiton. My work computer migrated from windows 10 to windows 11 and most of my scipts give me errors like : Error in <NameOfScript> (Line:10,Column:10): Expected ')'

 

Typical calculations i use in these scripts you can find below.

 

Call Calculate("Ch(""/Signal"")= " & x & " ",NULL,NULL,"Nm")

 

The issue appears to be the  " & x & " notation I use to introduce a value I declare in the script as Dim top


Can anybody explain me how a windows version can have impact on this ?

 

regards

 

Kevin

0 Kudos
Message 1 of 2
(231 Views)
Solution
Accepted by topic author KevinBisschops

I solved it by switching the region on my computer.

 

I noticed it went from USA to Netherlands.

 

One of the big changes is decimal notation but perhaps also other differences.

 

Anyways, all the scripts seem to work again.

 

regards

 

Kevin



0 Kudos
Message 2 of 2
(202 Views)