home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
edit
/
skoed
/
arexx
/
deleteeol.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-04-12
|
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"