home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / BK-WW6E3.DMS / in.adf / Archive / WwRexx.lha / Print_Block.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-06-05  |  336 b   |  30 lines

  1. /*    Print_Block
  2.  
  3.         Prints selected block of text.
  4.  
  5.         Digita ARexx Script for Wordworth 5
  6.         Copyright ©1996, Digita International Ltd.
  7.         
  8.         Created: 30 May 1996
  9.         Author:  MJ
  10. */
  11.  
  12.  
  13. OPTIONS RESULTS
  14.  
  15.  
  16. RequestResponse "Do you want to print the selected text?"
  17. IF (RC > 0) THEN
  18.     Exit
  19.  
  20. Copy
  21.  
  22. New
  23. Address Value Result
  24.  
  25. Paste
  26.  
  27. Print
  28.  
  29. Close FORCE
  30.