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
 to activate worksheets, number of rows.

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
pcvolkmar Posted - 09/13/2005 : 04:50:41 AM
Origin Version (Select Help-->About Origin):
Operating System: win xp

Hello,
I´m working with some worksheets:

P1984BD3S6V
P1984BD3S8V
...
P1984BD3S10V
P1984BD3S12V
VLambda1nm


In each one of the worksheets of the type: P198**V I try to do some operations associated to the VLambda1nm worksheet, and it is why this worksheet(VLambda1nm) cannot be modified.

doc -e W {
%A=%H;
if(%A!="Vlambda1nm"){
win -a %A;
worksheet -a 4 ;
worksheet -n 1 Wlänge;
worksheet -n 2 Counts;
worksheet -n 3 Vlambda;
worksheet -n 4 VC;
worksheet -n 5 IVC;
worksheet -n 6 IC;
worksheet -n 7 K;
break;
}
};

For the first worksheet, it executes well.But If I want to do the same wiht the other Worksheet,then these commands always repeat for the first worksheet that the program selected .

I do not know to do that the script is executed for all the worksheets.
Thanks a lot.
PcVolkmar.

1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 09/13/2005 : 08:16:31 AM
Just remove the break command which stops the script after the first worksheet.

Mike Buess
Origin WebRing Member

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