home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / RxAsl / Examples / fileF.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2001-09-18  |  144 b   |  7 lines

  1. /* */
  2.  
  3. a.FilterFunc   = "parse arg a,b,c;say a '-' b '-' c2x(c) '-' c2d(Import(offset(c,132),4) );exit 1"
  4. a.FilterString = 1
  5.  
  6. call ReqFile("A")
  7.