home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5229 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip04.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: New Idea!
  5. Message-ID: <dmurdoch.64.715889103@mast.queensu.ca>
  6. Lines: 13
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <188jleINNcn6@matt.ksu.ksu.edu> <1992Sep5.041154.10290@uwasa.fi> <18fpjdINNdko@matt.ksu.ksu.edu>
  10. Date: Mon, 7 Sep 1992 18:05:03 GMT
  11.  
  12. In article <18fpjdINNdko@matt.ksu.ksu.edu> holland@matt.ksu.ksu.edu (Rich Holland) writes:
  13. >I've been using snippr24.zip (SNIPPER.COM) to cut the line with the
  14. >runtime error, then loading the SCREEN.CUT file along with my file,
  15. >and then using PgDn to find the line I need, and then referring to
  16. >the SCREEN.CUT file to get the address from the MAP file.  IT's taking
  17. >just a bit to long for my tastes.  I'm going to code something to
  18. >automate it...i'll upload it somewhere when I'm done.
  19.  
  20. Once you've cut out the address, you don't need the .MAP file to find the 
  21. line - just recompile with the TPC option /F ssss:oooo, or in TURBO use 
  22. the Search/Find error command.
  23.  
  24. Duncan Murdoch
  25.