Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!uw-entropy!spock.biostat.washington.edu!lillian From: lillian@spock.biostat.washington.edu (Lillian S. Lin) Newsgroups: comp.lang.apl Subject: reading ascii files Message-ID: <2242@uw-entropy.ms.washington.edu> Date: 13 Sep 89 23:31:21 GMT Sender: news@uw-entropy.ms.washington.edu Reply-To: lillian@spock.biostat.washington.edu (Lillian S. Lin) Distribution: usa Organization: UW Statistics, Seattle Lines: 10 Keywords: STSC APL*PLUS I would like to read data from a DOS (ascii) file into a workspace. I have about 350 observations, 9 variables and would really rather not type it all in (again) if there is anything else I can do. I have read the material on {quad}NREAD but I don't understand it. How do I tell APL to convert from ascii to integer? Do I have to convert my data somehow first? Thanks for any help you can give. LL