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

Re: AppleWin and graphics



"Jeff Blakeney" <jeff.blakeney@a2central.com.remove-675-this> a �crit dans 
le message de news: 1qe6wqpxzgkqx$.14fzltc7o9o5q.dlg@40tude.net...

> 10 REM activate 80 column firmware and go to 80 column mode
> 20 PRINT CHR$(4);"PR#3"
> 30 REM activate HGR2 screen and blank it
> 40 HGR
> 50 HGR2

    Correct to erase the display, but HPLOT doesn't work.

> 10 REM activate 80 column firmware and go to 80 column mode
> 20 PRINT CHR$(4);"PR#3"
> 30 REM activate HGR2 screen and blank it
> 40 PRINT CHR$(17)
> 50 HGR2

    With this solution everything is fine!
    Thanks a lot!

    Guillaume.