Hi LabTalk experts, I'm just wondering which command can I use in the LabTalk script to delete an element of a column. Just exactly as clicking "Edit->Delete" after selected/highlighted that cell.
Thank you Deanna for your reply! However, by using "mark -d", the same rows of all the columns will be deleted. Suppose I have col(A) and col(B), how can I just delete col(A)[1] while keep col(B)[1] intact?
Thank you so much Mike. Your "copy" solution works well only with column containing data of the same type (all elements are numeric or text). However, if you have a column that is of the "Text&Numeric" type, and you just want to delete those cells with a certain numeric value, this "copy" solution still has a problem. All the cells with a text content would appear as "-" after running this script. Do you have any idea about how to solve this problem?