dump_scr
Dumps screen contents to a file.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
|
X |
|
|
|
Syntax
void dump_scr(file-name)
string file-name
Description
file-name | specifies the name of the file in which
to dump screen contents. Be sure to give a complete
file specification.
|
Screen fields are delimited by characters 15 and 16. Graphic characters
are dumped as follows. Subsequent calls with the same file name append
the screen contents to the file.
Value |
Description |
0 | Upper left corner of box |
1 | Lower left corner of box |
2 | Upper right corner of box |
3 | Lower right corner of box |
4 | Top horizontal line |
5 | Center horizontal line |
6 | Bottom horizontal line |
7 | Left vertical line |
8 | Center vertical line |
9 | Right vertical line |
10 | Center line intersection |
11 | Left tee |
12 | Right tee |
13 | Top tee |
14 | Bottom tee |
\end{dent}
Example
None.