|
<< Click to Display Table of Contents >> Navigation: Quick3270 functions and statements > GetString |
Description
Returns the text from the specified screen location.
Syntax
GetString(row, col, length)
Parameters
Part |
Type |
Description |
row |
Integer |
The row where the text string begins. |
col |
Integer |
The column where the text string begins. |
length |
Integer |
The length of the text string.. |
Remarks
Null and non-printable characters are replaced by spaces.
Added in version 4.12