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 >
Text File  |  1992-04-26  |  216b  |  9 lines

  1. /* Extract.dme © 1991 Fergus Duniho */
  2.  
  3. /* Extracts a line from the text.
  4.  * To be used as a function in other ARexx macros for DME.
  5.  * Usage:  StringVariable = Extract() */
  6.  
  7. 'setenv C $currentline'
  8. exit GetEnv('C')
  9.