Previous Topic: Find a Text String on a ScreenNext Topic: Return Codes


REXX Variables That the F Command Sets

When you find a string using the F command, the EPI sets values for the following REXX variables in the EXEC you are recording:

FINDSTR_RP

Stores the relative location string

FINDSTR_RP_ROW

Stores the screen row where the relative location string appears

FINDSTR_RP_COL

Stores the screen column where the relative location string appears

FINDSTR_RP_LENGTH

Stores the number of characters in the relative location string

FINDSTR_RP_OFFSET

Stores the offset position in a single integer

FINDSTR_RP_RC

Stores the return code from the Find operation

FINDSTR_AP

Stores the absolute location string

FINDSTR_AP_ROW

Stores the screen row where the absolute location string appears

FINDSTR_AP_COL

Stores the screen column where the absolute location string appears

FINDSTR_AP_LENGTH

Stores the number of characters in the absolute location string

FINDSTR_AP_OFFSET

Stores the offset position in a single integer

FINDSTR_AP_RC

Stores the return code from the Find operation