Returns an array of field maps representing the screen. Each entry in the array contains the start row, start column, text, color, and protected mode of the field.
Parameter:
This function takes no parameters.
Returns:
An array of values with the fields on the console. Each element of the array contains the following properties:
Property
Description
ROW
The row on the screen where the field starts (zero-based).
COLUMN
The column on the screen where the field starts (zero-based).
TEXT
The text contained in the field.
COLOR
The color attribute (e.g. GREEN, RED, WHITE, etc.).
PROTECTED
true if the field is protected, false if unprotected.