ALPHA HEIGHT Example
CLEAR SCREEN
ALPHA HEIGHT 10! error in documentation
FOR Loop=1 TO 30
PRINT Loop
NEXT Loop
PRINT "Paused...",STATUS(CRT,3) !Get the # of lines in the extended output area.
PAUSE
DISP "Test complete"
ALPHA HEIGHT ! return to normal
END