T O P I C R E V I E W |
LF19902001 |
Posted - 10/16/2014 : 11:06:18 AM Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 9 Operating System: Win 7
Description of task:I want to select several columns manually in a worksheet, and then delete them using Labtalk script. My main question is how to get the column number of selected columns using labtalk.
Can anyone help me? Thanks a lot! |
2 L A T E S T R E P L I E S (Newest First) |
LF19902001 |
Posted - 10/16/2014 : 12:49:14 PM Hi greg, thank you for your reply! It is very helpful. |
greg |
Posted - 10/16/2014 : 12:30:55 PM loop(ii,1,wks.ncols) { if(wks.iscolsel(ii)) ty Column $(ii) is selected.; } |
|
|