Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
kaiousama
Posted - 09/06/2004 : 04:54:45 AM Hi, i've created a labtalk script that plots the active worksheet data on a graph, then the user selects a range in this graph. How can I retrieve the StartRow and EndRow from the range that the user selected in the graph in order to perform an FFT only on that range of data?
Thanks.
Edited by - kaiousama on 09/06/2004 04:55:41 AM
Edited by - kaiousama on 09/06/2004 04:56:58 AM
Edited by - kaiousama on 09/06/2004 04:59:12 AM
2 L A T E S T R E P L I E S (Newest First)
kaiousama
Posted - 09/08/2004 : 4:09:34 PM Thank you very much for your help, mks1 and mks2 are exactly the values i was looking for.
Edited by - kaiousama on 09/08/2004 4:25:34 PM
Mike Buess
Posted - 09/06/2004 : 07:46:00 AM If user selects with the Data Markers you can use StartRow=mks1 and EndRow=mks2.