home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
rexx
/
window.mg
< prev
Wrap
Text File
|
1990-06-02
|
397b
|
14 lines
/* Exercise the rexx-region command */
options failat 2
'end-of-buffer'
'rexx-window' window
'rexx-insert "we got' window.0 'items\n"'
'rexx-insert "window height is:' window.1'\n"'
'rexx-insert "window width is:' window.2'\n"'
'rexx-insert "top line is:' window.3'\n"'
'rexx-insert "buffer name is:' window.4'\n"'
'rexx-insert "buffer file is:' window.5'\n"'
'rexx-insert "==========\n"'
exit 0