home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
600-699
/
ff645.lha
/
DMD
/
REXX
/
Extract.dme
< prev
next >
Wrap
Text File
|
1992-04-26
|
216b
|
9 lines
/* Extract.dme © 1991 Fergus Duniho */
/* Extracts a line from the text.
* To be used as a function in other ARexx macros for DME.
* Usage: StringVariable = Extract() */
'setenv C $currentline'
exit GetEnv('C')