home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / skoed / arexx / deleteeol.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-27  |  253b  |  17 lines

  1. /* Delete To End Of Line */
  2.  
  3. /* We Mark our position in case the Crsr is past the EOL so the block
  4.    becomes invalid */
  5.  
  6. Options FailAt 10
  7. Options results
  8.  
  9. Address SKOED1
  10. "Mark"
  11. "Block_Begin"
  12. "EndOfLine"
  13. "Block_End"
  14. "Block_Delete"
  15. "Goto_Mark"
  16. "UnMark"
  17.