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
 Copying columns

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
alex_eagle Posted - 04/27/2002 : 08:24:43 AM
I tried to copy the first column of one worksheet into the first column of another.
e.g. %(%Z,1)=%(T,1) sometimes simply doesnt work. What is the safest way to copy columns ?
Thank you !

5   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 04/30/2002 : 11:54:38 AM
The string variable %Z is used by many Origin routines, so maybe it has been redefined by the time you try to copy it. The next time your copy command doesn't work type %Z= in the script window to make sure it's still what you set it to. I'd use another string variable in any case.

Mike Buess
Origin WebRing Member
alex_eagle Posted - 04/30/2002 : 10:19:04 AM
You are right, but thats only a typing error here. The problem still remains.

alex_eagle Posted - 04/30/2002 : 10:18:58 AM
You are right, but thats only a typing error here. The problem still remains.

alex_eagle Posted - 04/30/2002 : 10:18:53 AM
You are right, but thats only a typing error here. The problem still remains.

cpyang Posted - 04/27/2002 : 10:38:49 AM
I see you missed the % in T,

%(%Z,1)=%(%T,1)


CP



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