home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23597 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!cs.utexas.edu!usc!news.service.uci.edu!network.ucsd.edu!ucsbcsl!mcl!uerics
  2. From: uerics@mcl.ucsb.edu (Eric D. Shepherd)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: AppleSoft Basic Question
  5. Message-ID: <uerics.721196648@mcl>
  6. Date: 8 Nov 92 04:24:08 GMT
  7. References: <1992Nov7.071014.13355@vela.acs.oakland.edu>
  8. Sender: news@ucsbcsl.ucsb.edu
  9. Lines: 21
  10.  
  11. Okay... to place the Applesoft source into a text file, add this line to
  12. the beginning of the program, then run it:
  13.  
  14. 1 PRINT CHR$(4)"OPEN FILENAME":PRINT CHR$(4)"WRITE FILENAME":LIST 2-:PRINT
  15. CHR$(4)"CLOSE":END
  16.  
  17. Don't forget to delete line 1 after you've done this!
  18.  
  19. To convert the text file back to an Applesoft program, just type:
  20.  
  21. EXEC FILENAME
  22.  
  23. That's it!
  24.  
  25. - Eric S.
  26.  
  27. --
  28. Eric D. Shepherd                   | Apple II Alliance Charter Member
  29. InterNet: uerics@mcl.mcl.ucsb.edu  |           ACM Member
  30. FidoNet:  1:206/2713 Eric Shepherd | Programming Law #1: "When in
  31. AOL:      Sheppy                   | doubt, rewrite from scratch."
  32.