I am writing a script to open and convert multiple Ascii files and I was wondering if anyone knows how to open am ASCII file and save each line of the file as a new string element of a dataset. The lines are short, <25 characters, and are mixed text and numeric. I have tried
open -w %A;
trying to import the file into the active worksheet, but I get an error that my file is not ascii, even though it is. I appreciate any suggestions. Thanks!