Reads a string of characters from the screen.
call "CBL_READ_SCR_CHARS" using screen-position
character-buffer
string-length
returning status-code
01 cblt-screen-position typedef. 03 cblte-scrp-row cblt-x1-compx. *> pic x comp-x. 03 cblte-scrp-col cblt-x1-compx. *> pic x comp-x.
| screen-position | The screen position to start reading at. The top left corner is row 0, column 0. See Screen Routines. |
| string-length | The length of the string to read. |