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