home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / VPR_DATA / Special / ak307i / ak307i.lzh / OL001.A < prev    next >
Text File  |  1996-02-14  |  244b  |  12 lines

  1. var $a="[0-9]+[\\-]";
  2. var $b="[0-9]+[^\\-]";
  3.  
  4. SetOutline(0,"^"+$b);
  5. SetOutline(1,"^"+$a+$b);
  6. SetOutline(2,"^"+$a+$a+$b);
  7. SetOutline(3,"^"+$a+$a+$a+$b);
  8. SetOutline(4,"\0");
  9. SetOutline(5,"\0");
  10. SetOutline(6,"\0");
  11. SetOutline(7,"\0");
  12.