Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!fernwood!portal!cup.portal.com!CTuna From: CTuna@cup.portal.com (Image - BBS) Newsgroups: comp.sys.cbm Subject: Re: Reading SEQ files Message-ID: <39842@cup.portal.com> Date: 5 Mar 91 01:30:45 GMT References: <13324@hubcap.clemson.edu> <1991Feb27.213545.18354@nntp-server.caltech.edu> <1991Mar02.032753.23899@ddsw1.MCS.COM> <1991Mar4.131038.27167@cs.dal.ca> Organization: The Portal System (TM) Lines: 6 Mike, using the #input instead of the #get will kill any lines that have a comma, semicolon, or colon in them. It will read ONLY as far in the line as the punctuation. That's why I suggested the #get. A lot slower, but will read the whole file. Don