Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!bbn!rochester!pt.cs.cmu.edu!cadre!pitt!cisunx!erast1 From: erast1@cisunx.UUCP (Evan Ron Aussenberg) Newsgroups: comp.sys.apple Subject: Re: applesoft file to text file Message-ID: <17025@cisunx.UUCP> Date: 24 Mar 89 06:36:00 GMT References: <8903221736.aa06224@SMOKE.BRL.MIL> <17024@cisunx.UUCP> Reply-To: erast1@unix.cis.pittsburgh.edu (Evan Ron Aussenberg) Organization: The Zets Lines: 11 In article <17024@cisunx.UUCP> erast1@unix.cis.pittsburgh.edu (Evan Ron Aussenberg) writes: Boy I hate not being able to Kill my own (mistakes) articles. >0 d$=chr$ : print d$"open basic.src" : print d$"write basic.src" : list 1, > : print d$"close" : END : REM DONT'T LET THE MAIN PROGRAM START! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Oops, forgot the end statement. Putting this statement as your last program line number and using 'list ,last_program_line#' in the statement above will work too as someone else pointed out. Evan Ron Aussenberg / erast1@unix.cis.pittsburgh.edu