Hi Andreas,
I have made a new worksheet with three columns A, B and C in Origin 7.5, and fill with some numbers. Then create a new ogs file (test.ogs) under user files folder, and add the following script in this ogs file.
sum(%e_a);
sumTx=$(sum.total);
sum(%e_b);
SumTy=$(sum.total);
sum(%e_c);
SumTz=$(sum.total);
sumtx=;
sumty=;
sumtz=;
Then execute command run test.ogs;
in the script window, the three sum values are typed correctly in the script window. So I think it works fine.
Could you please provide more details?
Penn