Hi,I try to write a script, which copies data selected with the data reader (uses command "getpts") in a own worksheet. Running the script line for line form the script window, it works fine. However running the script as whole, you have no possibility to select data with the data reader, while lines after the getpts command are executed. What is to do that the script waits at the getpts command for the users data selection?
Andreas
Some lines of the script:
getpts npoints; /*npoints to select from a graph*/
win -a %q; /*activates an exisiting worksheet with coloumns index and time*/
%q_index=_indx;
%q_time=_xpos;