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