home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.apple2
- Path: sparky!uunet!ukma!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!usenet
- From: "Volker Herrmann" <CD46@DKAUNI2.BITNET>
- Subject: Re: AppleSoft Basic Question
- Message-ID: <1992Nov9.194233.25204@rz.uni-karlsruhe.de>
- Sender: usenet@rz.uni-karlsruhe.de (USENET 'No news is bad news' News System)
- Organization: University of Karlsruhe, Germany
- Date: Mon, 9 Nov 1992 19:42:33 GMT
- Lines: 27
-
- Wulf Hofbauer writes:
-
- > Append the following lines to your program:
- >
- > 63000 print chr$(4);"OPEN LISTFILE":print chr$(4);"WRITE LISTEFILE"
- > 63010 list 1,62999
- > 63020 print chr$(4);"CLOSE":end
- >
- > and then do a "RUN 63000".
- > To convert it back to a BASIC file, use
- >
- > NEW
- > EXEC LISTFILE
- > SAVE BASFILE
- >
- > This doesn't work perfectly for all instances (eg. long BASIC lines or DATA
- > lines) but is simple.
-
- This is the point where you need the POKE 33,33. It sets the right
- margin of the screen to 33 and so there's no need to delete spaces
- in the LISTFILE.
-
- >
- > - Wulf
- >
-
- Volker - apple2gs@tchibm2.chemie.uni-karlsruhe.de
-