|
sammi.song
China
46 Posts |
Posted - 04/22/2004 : 10:37:55 PM
|
Hi rmtruji,
Maybe your selected files all have the 2nd files with a suffix "_DR". I hope the following scripts would be useful:
fdlog.MultiOpen(); loop (ii,1,FDlog.MultiOpen.Count) { win -t data; //open a new worksheet Fdlog.Get(A, ii); //get the selected filename respectively open -w %A; //import the current selected file into wks %w=%H; //backup this wks name win -t data; //open a new worksheet win -a %H; //active this new wks open -w %w_DR.dat; //import the data file named %A_DR.dat };
Thanks, Sammi |
 |
|