T O P I C R E V I E W |
Malab |
Posted - 08/25/2005 : 10:12:37 AM Origin Version 6.0: Operating System: Win2000
I would like to Import an ASCII File by the commands:
window -n wks input; getfile *.txt; open -w %A;
But now the worksheet has the name of the ASCII file. Sometimes very strange (special characters will be cutted and so on)
How can I rename the worksheet ("with the unknown name") to my original name (Input [for Example])?
Thanks |
2 L A T E S T R E P L I E S (Newest First) |
Malab |
Posted - 08/26/2005 : 02:52:20 AM Thank you! |
Mike Buess |
Posted - 08/25/2005 : 10:25:39 AM The quick solution is to add this after the open command...
win -r %H input;
However, if you create the wks with win -t (and use a template) rather than win -n you can prevent the wks from being renamed in the first place by saving the proper ASCII options with the template.
Mike Buess Origin WebRing Member |