T O P I C R E V I E W |
Ibex |
Posted - 06/08/2009 : 08:15:49 AM Origin Pro 8 SR5 Operating System: Win XP
In my scripts "worksheet -v" doesn't work correct anymore: 1) I have somewhere in my script a "worksheet -v DpumpC" it creates a column named "DPUMPC" (in version 7.5 it has been named "DpumpC") 2) Now it creates a new column every time the script runs naming the column "DPUMPC1" and so on.
Has this feature been switched of or is there a new possibility to create a new column only when it odes not exist already
Thanks Ibex |
1 L A T E S T R E P L I E S (Newest First) |
cpyang |
Posted - 06/08/2009 : 12:08:32 PM Sorry, yes, new bug. We will fix in SR6 which will be coming out very soon. Tracker ID=13752
For now, you can do
if(!exist(col(DpumpC))) {work -v DpumpC;};
CP
|
|
|