home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!hg.uleth.ca!vokey
- From: vokey@hg.uleth.ca
- Newsgroups: comp.sys.apple2
- Subject: RE: BASIC listing => TEXT file ??
- Message-ID: <0095F32A.60407220.15050@hg.uleth.ca>
- Date: 17 Aug 92 02:24:45 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 10
-
- Simply LIST the program to disk:
- Add the following program line at either the start or end of the program
- to list:
-
- 0 POKE 33,33:?CHR$(4)"OPEN LISTING.TXT":?CHR$($)"WRITE LISTING.TXT":LIST:
- ?CHR$($)"CLOSE":TEXT:END
-
- and RUN the line.
-
- <vokey@hg.uleth.ca>
-