home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7831 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.4 KB  |  27 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!decwrl!access.usask.ca!sue!meena.cc.uregina.ca!armbrusj
  3. From: armbrusj@meena.cc.uregina.ca
  4. Subject: Something with the memory
  5. Sender: news@sue.cc.uregina.ca
  6. Message-ID: <4JAN93.05103290@meena.cc.uregina.ca>
  7. Date: 4 JAN 93 05:10:32 GMT
  8. Organization: University of Regina, Regina, Sask., Canada
  9. Lines: 16
  10.  
  11.     I was wondering if someone out there could help me with a little problem.
  12. I'm using a very old version of Turbo Pascal (3.0) and am having trouble with
  13. a text manipulation program I made.  I made this program to read in parts of a
  14. text file, and produce some output to the screen.  Everything works good the
  15. first run, just like it should.  But say I change something and re-compile it
  16. or exit, run a different program, then come and run that one again, I get
  17. screwed output!  It puts in control characters and other crap that is not
  18. suppose to be there.  I think it has something to do with the memory because
  19. everytime I startup the computer and run the program I made before any other,
  20. it works fine.  But as soon as something else is in the memory, bam!  It goes
  21. screwy.  Any suggestions?  It's really starting to get on my nerves.  And it's
  22. not any TSR's, cause I removed them and it did the same thing!  Is there some
  23. way to clear the memory as you run the program?  Any help would be muchly
  24. appreciated!  Thanx.
  25.  
  26. Jason
  27.