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