|
From: Gavin B. <gav...@ya...> - 2005-03-14 15:30:58
|
Hi, I want to perform a set of tasks such as plot 'file1.dat' pause 1 plot 'file2.dat' pause 1 plot 'file3.dat' etc.... for a large number of files and was wondering if I could use the reread command? So if I have the variable `var' and increment by one each time do I create a string, string = "file%d.dat", var so that I can plot the file splot string or am I completely going about this the wrong way? Thanks in advance, Gavin. __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |