[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple BASIC question



>What command can you enter in Apple Basic that will cause the basic
>program listing to be saved to disk as a text file?
 
Add this line to the VERY BEGINING of your program:
 
0 PRINT CHR$(4);"OPEN FILENAME":PRINT CHR$(4);"WRITE FILENAME":LIST:PRINT
  CHR$(4);"CLOSE FILENAME":END
 
>Thanks! - Ross
 
Your welcome!

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                                                             |
| A watched download never downloads.        E-Mail:                          |
| Your face causes too many CRC errors.        fastjack@atlantis.cs.orst.edu  |
|-----------------------------------------------------------------------------|
|           Nirvana rulez!     The d00rz rulez!     Apple IIgs rulez!         |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--