home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / tpp / rexx / previewtofront.tpl < prev    next >
Text File  |  1995-02-27  |  191b  |  10 lines

  1. /* Preview To Front - Macro */
  2.  
  3. options results
  4.  
  5. /* preview already running? */
  6. if show('P', 'TEXPREVIEW') then do
  7.    address 'TEXPREVIEW' 'ToFront'
  8.    address 'TEXPREVIEW' 'Activate'
  9.    end
  10.