Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!mailrus!uflorida!novavax!ankh!chin From: chin@ankh.ftl.fl.us (Albert Chin) Newsgroups: comp.sys.apple2 Subject: BASIC to text Message-ID: <340@ankh.ftl.fl.us> Date: 26 May 90 19:12:38 GMT Organization: Ankh - Public Access Unix [+1 305 973 1947] Lines: 9 In order to print a BASIC file to a text file, insert the following in the beginning of the program, usually as line 0. 0 PRINT CHR$(4)"OPEN TEXTFILE": PRINT CHR$(4)"WRITE TEXTFILE": LIST 1,: PRINT: PRINT CHR$(4)"CLOSE TEXTFILE": END That's all there is to it. Enjoy. Albert Chin ... mthvax!mamia!albert