Difference between revisions of "SET SCROLL"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
==Class==
 
==Class==
Screen Environment
+
Recital Terminal Developer Environment
  
  
Line 38: Line 38:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|SCROLL]]
 
[[Category:Set_Commands|SCROLL]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Revision as of 09:56, 3 June 2009

Class

Recital Terminal Developer Environment


Purpose

Specify a vertical scrolling region on the screen.


Syntax

SET SCROLL TO <expN1>, <expN2> | DEFAULT


See Also

SCROLL()


Description

The SET SCROLL command allows you to specify a vertical scrolling region. The scrolling region will be displayed between rows <expN1>, the top row, and <expN2>, the bottom row. Text displayed on the screen lying outside of the scrolling region remains static on the screen.

By default the scrolling region covers the complete screen, from line 0 to line 23/24. Rows are addressable from 0 to 23/24, and columns from 0 to 79.


Example

set scroll to 10,19
@8, 0 say "Date Event "
@9, 0 say "-------- --------"
@10,0
list all off date, event while inkey()=0
set scroll to default
clear


Products

Recital Terminal Developer