sammi.song
China
46 Posts |
Posted - 02/05/2004 : 02:29:44 AM
|
Hi ringman7677,
I am not sure if I have understanded your meaning. I suppose you just want to Append some ASCII data files to same worksheet as rows. There is a script syntax for it: open -ar filename. Note: If there are spaces in fileName, enclose fileName in quotation marks " ". For instance: open -w Disk:\...\Group.dat; //open a given file Group.dat into the active worksheet. open -ar Disk:\...\test4.dat; //Append test4.dat as new rows to this worksheet. open -ar ...; //Append more data files. ... And you can use "Import Multiple ASCII" button to do same job by selecting "New Rows" from Import each file as drop-down list in Import Multiple ASCII Dialog. Hope they are useful.
Thanks, Sammi
Edited by - sammi.song on 02/05/2004 02:40:41 AM |
 |
|