!VIEW() |
|
|
The !VIEW() subroutine displays a record or other field mark delimited dynamic array as a scrollable text window.
Format
CALL !VIEW(data, user.keys, exit.key {, top {, lines}})
where
The !VIEW() subroutine displays a field mark delimited dynamic array such as a program source text in a window that can be scrolled or panned. For compatibility with several other QM tools, the !VIEW() subroutine recognises multiple keys for most functions:
Example
CALL !VIEW(REC, 'X', KEY)
The above statement displays the content of REC in scrollable form. The X key can be used as an alternative to Q to exit from the subroutine. |