09-05-2024 11:28 AM
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
Solved! Go to Solution.
09-06-2024 07:30 AM
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