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
 delete specific data 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
antonio.vellei Posted - 10/20/2014 : 07:37:52 AM
Origin Ver. and Service Release (Select Help-->About Origin):
Origin 8.0.063.988 SR6

Operating System:
Windows 7

Hallo I would like to know how can I delete specific rows from the active worksheet.
Letīs say I have the following workbook of 7 or more rows:
A(X) B(Y)
1 3.1 3
2 3.5 2
3 3.4 3
4 xy wrong
5 eq wrong
6 3.7 4
7 3.8 2
.......

I would like to delete only rows 4 and 5 for all the columns (where I tiped the world "wrong").
How can I do please? I tried several attemps with (mark -d, del -ra, etc) without succeeding.


Is there also a way to define the range to be deleted like "since row number XX till the last row"?

Thanks!
Antonio.

Antonio.
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 10/20/2014 : 2:10:29 PM
mark -d col(1) -begin 4 -end 5; // From row 4 to and including row 5

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