home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
skoed
/
arexx
/
deleteeol.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
253b
|
17 lines
/* Delete To End Of Line */
/* We Mark our position in case the Crsr is past the EOL so the block
becomes invalid */
Options FailAt 10
Options results
Address SKOED1
"Mark"
"Block_Begin"
"EndOfLine"
"Block_End"
"Block_Delete"
"Goto_Mark"
"UnMark"