GetTextRect

<< Click to Display Table of Contents >>

Navigation:  Quick3270 functions and statements >

GetTextRect

Description

Returns characters from a rectangular area in the presentation space.
No wrapping takes place in the text retrieval; only the rectangular area is retrieved.

Syntax

GetTextRect(StartRow, StartCol, EndRow, EndCol)

 

Parameters

Part

Type

Description

StartRow

Integer

Required. Row at which to begin the retrieval in the presentation space.

StartCol

Integer

Required. Column at which to begin the retrieval in the presentation space.

EndRow

Integer

Required. Row at which to end the retrieval in the presentation space

EndCol

Integer

Required. Column at which to end the retrieval in the presentation space..

Remarks

Null and non-printable characters are replaced by spaces.

Added in version 4.31