home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23649 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.0 KB  |  38 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!ukma!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!usenet
  3. From: "Volker Herrmann" <CD46@DKAUNI2.BITNET>
  4. Subject: Re: AppleSoft Basic Question
  5. Message-ID: <1992Nov9.194233.25204@rz.uni-karlsruhe.de>
  6. Sender: usenet@rz.uni-karlsruhe.de (USENET 'No news is bad news' News System)
  7. Organization: University of Karlsruhe, Germany
  8. Date: Mon, 9 Nov 1992 19:42:33 GMT
  9. Lines: 27
  10.  
  11. Wulf Hofbauer writes:
  12.  
  13. > Append the following lines to your program:
  14. >
  15. > 63000 print chr$(4);"OPEN LISTFILE":print chr$(4);"WRITE LISTEFILE"
  16. > 63010 list 1,62999
  17. > 63020 print chr$(4);"CLOSE":end
  18. >
  19. > and then do a "RUN 63000".
  20. > To convert it back to a BASIC file, use
  21. >
  22. > NEW
  23. > EXEC LISTFILE
  24. > SAVE BASFILE
  25. >
  26. > This doesn't work perfectly for all instances (eg. long BASIC lines or DATA
  27. > lines) but is simple.
  28.  
  29. This is the point where you need the POKE 33,33. It sets the right
  30. margin of the screen to 33 and so there's no need to delete spaces
  31. in the LISTFILE.
  32.  
  33. >
  34. > - Wulf
  35. >
  36.  
  37. Volker - apple2gs@tchibm2.chemie.uni-karlsruhe.de
  38.