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
 Transpose function

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
medjahdi Posted - 06/06/2003 : 11:20:57 AM
Hello,
I want to transpose a worksheet with Lab Talk but I don't find the corresponding function. I use origin6.1 Pro.
Thanks
2   L A T E S T    R E P L I E S    (Newest First)
jonni Posted - 06/06/2003 : 12:18:58 PM
Hi,

For the current active worksheet the command is:

domenu 36466

(You can find other useful actions like this -- hold down CTRL and SHIFT when you click on edit:transpose and in the script window you will get a response Menu id=36466. To do the same action with labtalk use the 'domenu' command. This works for most menu items.)

Hope this helps.

jonni
Mike Buess Posted - 06/06/2003 : 12:17:30 PM
In Origin 7 there is a transpose command at the bottom of the Edit menu that will do what you want. I think it's also there in Origin 6.1, but if it isn't you might try converting to a matrix, transposing the matrix and converting back to a worksheet.

...You want to do it in LabTalk. Certainly there are commands available for the second method. If Transpose is available on your Edit menu you can also find its menu ID (Ctrl+Shift+Transpose will type it to the script window) and execute it with

menu -e menuID;

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 06/06/2003 12:21:33 PM

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