[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applesoft code, how to print?
On Mon, 16 Feb 1998, David Sebastio wrote:
> Hi everybody,
> I have a game, written in Applesoft Basic. Now, I can see the code on my
> screen using Catalog, but now I want to print it. I know that there is a
> command that force the output to the printer (slot 1, Imagewriter) but I
> don't remember it. Can you help me?
>
> Another thing, how can I save this code in ASCII format, or how can I
> see the code opening it in a text editor?
>
> TVM, David Sebastio
>
> --
> David Sebastio - sebastio@joynet.it
> PGP Key Available - IEEE Student Branch Bari
> http://www.poliba.it/IEEESB/
>
>
Check the manual for your printer card. LOAD the program,turn on your
printer and type in the codes
to set the margins and skip perferations (so it won't print on the line
where you tear the sheets apart if your printer uses fan fold paper) then
type PR#1 . This will redirect output to your printer instead of the
screen. Then hit return and type LIST and hit return again. Don't worry if
you don't see what you are typing when you input LIST. After the listing is
finished, type PR#0 to return output to the screen.