1. you may first prepare a workbook to save the result to columns. e.g.
interp1 ix:=Col(1) iy:=wCol(j) ox:=[book2]Sheet2!<new>;
2. Then you may want to stack all cols into one long column.
wstackcol -r 2;
3. To export worksheet, use
expASC path:="C:\test.dat"
Please also check the details of the X-function that is used.
James