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

Re: AppleSoft Basic Question



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