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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 worksheet -v does not work anymore

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000