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
 Origin Forum
 Insert rows with labtalk-script

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
Markus Posted - 01/17/2000 : 12:07:00 PM
Hello,
is there a possibility to insert rows with a labtalk command between the rows of an existing worksheet (like the edit/insert comand when a row is marked)?

Thanks
Markus

2   L A T E S T    R E P L I E S    (Newest First)
christk3 Posted - 07/05/2013 : 10:09:07 AM
Absolutely useful. Thank you!
Lorraine Posted - 01/18/2000 : 5:00:00 PM
Hi Markus,
To insert a row into the worksheet, obviously you first need to specify where you want the new row to be added. You would use the worksheet command to select your row. Then to insert a row, Origin uses a specific menu ID system. Assuming you want to select row 2/insert a new row, for Origin 5.0/5.0 SR2 you would use:

wo -s 0 2;
domenu 29020;

and for Origin 6.0/6.0SR1 you would use:

wo -s 0 2;
domenu 36441;

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