Mike Buess
USA
3037 Posts |
Posted - 10/16/2006 : 07:55:25 AM
|
The create command creates numeric datasets and there is no way change the format of a hidden dataset. Try this instead...
getfile *.ASC; %P=%[%A,'.']; %P=%P_B; win -t D; // create new worksheet wks.col2.name$=D; // change name of column 2 to D wks.col2.format=2; // change format of column 2 to text set %H -er 651; // create 651 rows win -r %H A50; // change wks name to A50 loop(i,1,651) { A50_D[i]$=%P; // set row i of col D to %P };
Mike Buess Origin WebRing Member |
 |
|