home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Global Amiga Experience
/
globalamigaexperience.iso
/
compressed
/
graphic
/
arteffectdemodisk1.dms
/
arteffectdemodisk1.adf
/
ShellScripts
/
currentinfo
next >
Wrap
Text File
|
1995-03-09
|
505b
|
29 lines
/*
* getinfo rexx
*/
options results
address "ArtEffect"
'activatewindow current'
getinfo STEM info.
say "Name: " info.name
if ~(info.changed=0) then say "modified"
else say "not modified"
say "Width: " info.width
say "Height: " info.height
say "Number of Views: " info.views
say "Screen Width: " info.scrwidth
say "Screen Height: " info.scrheight
say "Screen Bar: " info.scrbarheight
say "Window Borders:"
say " " info.winbtop
say info.winbleft " " info.winbright
say " " info.winbbottom