A simple script to create a worksheet with a simple loop to add columns is behaving strangly with Origin Pro 6.1 SP 2.
win -n data try; wks.colWidth=12; loop (i,1,8) {wo -c columnnum$(i);};
The expected is a worksheet with 8 columns named columnnum1.....upto columnnum8....But what I get is a worksheet with the first column named columnnum then counting starts from columnnum1 to columnnum7. The problem is clearly related to long column names. This simple loop was working properly with Origin Pro 6. Any idea...!