Returns or sets the scrolling behaviour of a Form or Printer.
[object.]PrintScroll [ = value ]
object:Form or Printer
value:Boolean exp
Determines the scrolling behaviour of the output device when the current output position has reached the bottom of the output area. Used without an object will change the current output object.
OpenW 1
PrintScroll = 1
AutoRedraw = 1
Local i As Int
For i = 0 To 100
Print i
Pause 0.5
Next i
{Created by Sjouke Hamstra; Last updated: 21/10/2014 by James Gaite}