Previous Topic: RDSCREEN Return Codes

Next Topic: RDSCRROW Return Codes

EPI RDSCRROW—Return Text from Specified Row

This command returns a specified row as one output line. EPI does not allow the RDSCRROW command to read row 0, the operator information area. If trimming is on, trailing blanks are trimmed.

This command runs synchronously in AOF rules and returns data in the external data queue.

This command has the following format:

ADDRESS EPI "RDSCRROW keywords"
  {termname|*}
  {row}
termname

Defines the virtual terminal from which you want to retrieve the row.

*

Retrieves the specified row for the current terminal defined by the SETTERM command.

row

Specifies the number of the row to be returned.

Example: EPI RDSCRROW

The following returns the text on line 24 of the screen image on virtual terminal TERM4:

RDSCRROW TERM4 24