[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AppleSoft Basic Question
Okay... to place the Applesoft source into a text file, add this line to
the beginning of the program, then run it:
1 PRINT CHR$(4)"OPEN FILENAME":PRINT CHR$(4)"WRITE FILENAME":LIST 2-:PRINT
CHR$(4)"CLOSE":END
Don't forget to delete line 1 after you've done this!
To convert the text file back to an Applesoft program, just type:
EXEC FILENAME
That's it!
- Eric S.
--
Eric D. Shepherd | Apple II Alliance Charter Member
InterNet: uerics@mcl.mcl.ucsb.edu | ACM Member
FidoNet: 1:206/2713 Eric Shepherd | Programming Law #1: "When in
AOL: Sheppy | doubt, rewrite from scratch."