RIGHT

RIGHT scrolls right in the file.

Read syntax diagramSkip visual syntax diagram RIght 1number

Operands

number
specifies the number of characters to scroll. If you do not specify number, the screen scrolls to the right one character in the file. If you specify 0 for number, the file scrolls to the far right.

Return codes

0
Normal return
202
Invalid operand

Example

'RIGHT 20'

This example scrolls 20 characters to the right in the file.

Note: If the value you specified causes a target outside of the record, scrolling stops at the right side of the record.