home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / tpp / rexx / updatepreview.tpl < prev    next >
Text File  |  1994-01-05  |  246b  |  13 lines

  1. /* Update Preview - Macro */
  2.  
  3. parse arg filename pagenr .
  4. options results
  5.  
  6. if filename == "" then exit
  7.  
  8. /* preview already running? */
  9. if show('P', 'TEXPREVIEW') then do
  10.    address 'TEXPREVIEW' 'ToFront'
  11.    address 'TEXPREVIEW' 'Activate'
  12.    end
  13.