home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apple2 / 19057 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.9 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!news.hawaii.edu!root
  2. From: JOEL@jach.hawaii.edu (Joel Aycock)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: BASIC listing => TEXT file ??
  5. Message-ID: <1992Aug15.035721.4036@news.Hawaii.Edu>
  6. Date: 15 Aug 92 03:57:21 GMT
  7. References: <1992Aug15.012509.23905@news.Hawaii.Edu>
  8. Sender: root@news.Hawaii.Edu (News Service)
  9. Organization: UK Infrared Telescope, Joint Astronomy Centre, Hawaii
  10. Lines: 36
  11. In-Reply-To: JOEL@jach.hawaii.edu's message of Sat, 15 Aug 1992 01: 25:09 GMT
  12. Nntp-Posting-Host: ohia.jach.hawaii.edu
  13. X-News-Reader: VMS NEWS 1.20
  14.  
  15. In <1992Aug15.012509.23905@news.Hawaii.Edu> JOEL@jach.hawaii.edu writes:
  16.  
  17. > Does anyone know how I can get an ASCII text file on disk, from a BASIC
  18. > program listing? I want to be able to transfer readable listings to
  19. > another (non-Apple) machine.... 
  20.  
  21. =========================================================================
  22. From:    MX%"jbush@magnus.acs.ohio-state.edu" 14-AUG-1992 16:29:02.52
  23.  
  24. From BASIC.SYSTEM, you enter the following somewhere in your program:
  25.  
  26. ]65000 PRINT CHR$(4)"CREATE LISTING,TTXT"
  27. ]65001 PRINT CHR$(4)"OPEN LISTING"
  28. ]65002 PRINT CHR$(4)"WRITE LISTING"
  29. ]65003 LIST: PRINT CHR$(4)"CLOSE"
  30.  
  31. That will capture the BASIC program in the text file LISTING.  It will
  32. de-tokenize everything for you.
  33. --
  34. ------------------------------------------------------------------------------
  35. J. Eric Bush
  36. Internet: jbush@magnus.acs.ohio-state.edu   ProLine: eric@pro-tcc.cts.com
  37. GEnie:    KITCHEN.SINK
  38.  
  39. ===============================================================================
  40. Eric-
  41.  
  42.     of course... now I'm sorry I wasted everyone's time- I have 
  43. actually used Applesoft OPEN FILE before, and should have thought of this 
  44. myself (it has been awhile tho- most of my BASIC experience was in the 
  45. late 70's & early 80's, good excuse?)
  46.  
  47.     anyway- thanks for the FAST reply, this is a great help.
  48.  
  49. aloha-
  50.     joel.
  51.