The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 worksheet -v does not work anymore
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Ibex

Germany
14 Posts

Posted - 06/08/2009 :  08:15:49 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

cpyang

USA
1406 Posts

Posted - 06/08/2009 :  12:08:32 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000