home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
tpp
/
rexx
/
previewtofront.tpl
< prev
next >
Wrap
Text File
|
1995-02-27
|
191b
|
10 lines
/* Preview To Front - Macro */
options results
/* preview already running? */
if show('P', 'TEXPREVIEW') then do
address 'TEXPREVIEW' 'ToFront'
address 'TEXPREVIEW' 'Activate'
end