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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Delete rows in wks that meet specified condition
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Noname123

Armenia
16 Posts

Posted - 03/27/2022 :  08:19:23 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
How could I delete all the rows in the sheet with certain column value using LabTalk? For example, if I want to delete all the rows for which the column A values are greater than 0.2 and less than 0.5, how can I do this?

YimingChen

1664 Posts

Posted - 03/28/2022 :  09:11:07 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can use wxt xfunction int Labtalk
wxt test:="col(A) > 0.2 & col(A) < 0.5" ow:=<new>


James
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000