home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d645
/
dmd.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')