How to iterate through all the graphs in one file. I usually do it by for (ii=1; ii<11; ii++) { win -a HEADER$(ii-1)01-g; //bring up the graph window run.section(, PROCESS); } It works ok as long as I keep all the graphs named under the same protocol. But I wonder if there is a more general way that doesn't require any knowledge of the graph window names. Discussion and advices are appreciated.