Origin Ver. and Service Release: 8.1.34.90 Operating System: windows 7 Hi, I have a number of workbooks in my project, and I want to differentiate column in each of them.
If I try differentiate iy:=(Col(A),Col(B)); it works only in one workbook, so I tried:
doc -e W // loop over all workbooks in project { win -o %H{ differentiate iy:=(Col(A),Col(B)); } }; and that doesn't work