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 >
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.