Wyn Williams wrote: > > I would like to sequentially read in a series of data files > > data0001.dat .... data0020.dat > > I thought some how to place the files names in a string list that the > sequencer would step through, but I just cannot get it to work.
How about: Sequencer -> Format -> Import Where format has something like "data%04d.dat" in the template. That should work. Rob.
