Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!nntp-server.caltech.edu!tybalt.caltech.edu!toddpw From: toddpw@tybalt.caltech.edu (Todd P. Whitesel) Newsgroups: comp.sys.apple2 Subject: Re: Applesoft BASIC Message-ID: <1990Aug17.225331.1747@laguna.ccsf.caltech.edu> Date: 17 Aug 90 22:53:31 GMT References: <24148@uflorida.cis.ufl.EDU> Sender: news@laguna.ccsf.caltech.edu Distribution: na Organization: California Institute of Technology Lines: 15 bb0@beach.cis.ufl.edu (Bowie Bailey) writes: >I have several rather large programs written in Applesoft BASIC. I now want >to make some changes, but I find these files hard to work with in the BASIC >environment. Is there a way to translate the BASIC files to text files? >Getting them back is simple enough, but these are 10-15 page programs and I'm >NOT going to retype them! >Any help is greatly appreciated! 0 d$=chr$(4):f$="program.txt":?d$"open"f$:?d$"write"f$:list1,:?d$"close"f$:end and type RUN. Todd Whitesel toddpw @ tybalt.caltech.edu