*SCRRIGHT (KEYIN and DISPLAY)
ANSI
*SCRRIGHT={data}
This list control shifts the entire window to the right by one position, effectively deleting all characters in the right most locations of the window; then the specified data is inserted at the left most columns of the window.
{data} is made up of one or more items and may be a literal, a character string variable, a numeric variable, a graphics list control or any of the list controls that effect the attributes, such as highlighting or color. However, if it is a character string variable, only the Logical String contents are used; and if it is null, blanks are used.
{data} must be separated from *SCRRIGHT by an equal sign. Individual items within the replacement string must be separated by colons. Any characters following a colon are considered part of the replacement data. If the amount of replacement data specified is not equal to the number of lines in the window, indeterminate results occur.
See Also: List Controls (KEYIN and DISPLAY), List Controls (KEYIN), DISPLAY, KEYIN
![]() |