home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12834 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!decwrl!concert!samba!usenet
  3. From: Josh.Adams@bbs.oit.unc.edu (Josh Adams)
  4. Subject: Re: Think Pascal User???
  5. Message-ID: <1992Jul22.160403.19952@samba.oit.unc.edu>
  6. Sender: usenet@samba.oit.unc.edu
  7. Nntp-Posting-Host: lambada.oit.unc.edu
  8. Organization: Extended Bulletin Board Service
  9. References: <20JUL199215574155@rosie.uh.edu>
  10. Date: Wed, 22 Jul 1992 16:04:03 GMT
  11. Lines: 31
  12.  
  13. In article <20JUL199215574155@rosie.uh.edu> eleea3d@rosie.uh.edu (92H01689) writes:
  14. >I've been using Think Pascal to do a little bit of programming. Ran into some
  15. >problems!
  16. >
  17. >1) I print a lot of text characters on the "Text Window." When the window gets
  18. >   fill, the MAC then becomes very slow in printing subsequent characters.
  19. >   With a PC, I can just clear the screen with CLS to get a fresh screen. Is
  20. >   there a way to do this with a MAC?
  21.  
  22. Well, I can't think of a goos way to do this, you could try setting the 
  23. number of characters kept in memory (in the Run Options... I think) and then 
  24. closing and opening the window, or just hiding it and showing it, or just 
  25. reshowing, reopening it, whatever, I really don't know, it's just an idea.
  26.  
  27.  
  28. >2) On a PC I can specify where to look for a file by defining the path such as
  29. >   A:>TMP\DUMP\....  Is there an equivalent way to do this in Think Pascal?
  30.  
  31. Yeah, when you open a file, you just do:
  32. open(infile,"diskname:folder:folder:filename");
  33.  
  34. That should be what you're looking for...
  35.  
  36.  
  37. Hope this all helps..
  38. Josh
  39. --
  40.    The opinions expressed are not necessarily those of the University of
  41.      North Carolina at Chapel Hill, the Campus Office for Information
  42.         Technology, or the Experimental Bulletin Board Service.
  43.            internet:  bbs.oit.unc.edu or 152.2.22.80
  44.