home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / tsfaqp26.zip / TSFAQP.NWS < prev    next >
Text File  |  1995-07-23  |  10KB  |  197 lines

  1. University of Vaasa, Finland, Linux Pentium garbo.uwasa.fi has a
  2. large collection of PD and shareware PC programs available by
  3. anonymous ftp and mail server. The file 0news-ts contains news about
  4. the TS-programs and files in the /pc/ts directory (in reverse
  5. order). This text, which you now have, is an extract from the
  6. ftp://garbo.uwasa.fi/pc/ts/0news-ts file.
  7. ....................................................................
  8. Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
  9. Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
  10. Department of Accounting and Business Finance  ; University of Vaasa
  11. ts@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland
  12.  
  13. Sun 23-Jul-95: I have updated the Frequently asked Turbo Pascal
  14. questions collection.
  15. Brought up to date:
  16.  76) What are the current Pascal newsgroups on the Usenet news?
  17. Added:
  18.  81) How do I format graphics output like in textmode writeln?
  19.  
  20. Wed 5-Jul-95: I have released an update of my Frequently Asked Turbo
  21. Pascal Questions. It is a subset of the subjects often coming up in
  22. Turbo Pascal programming for example in the new Usenet newsgroup
  23. news:comp.lang.pascal.borland. The FAQ covers Turbo Pascal
  24. programming in the real mode, but not protected mode. Also excluded
  25. are Object oriented programming (OOP), linked lists, Turbo Vision
  26. (TV), and Turbo Pascal for Windows (TPW). I hope that someone else
  27. takes on these excluded areas. The updated FAQ is available as
  28.   ftp://garbo.uwasa.fi/pc/ts/tsfaqp25.zip
  29. Added the following, new items
  30.  77) How do I detect the CapsLock status, how do I turn it on/off?
  31.  78) How do I detect if the F11 or F12 key has been pressed?
  32.  79) How do I extract (parse) substrings from an input string?
  33.  80) How do I find out the size of any kind of a file?
  34. Based on friendly users' feedback, appended material or corrected
  35. the following, old items
  36.  26) How to get ansi control codes working in Turbo Pascal writes?
  37.  33) Which error is e.g. Runtime error 205, etc
  38.  60) How do I obtain a bit or bits from a byte, a word or a longint?
  39.  65) How can I detect if the shift/ctrl/alt etc key is pressed?
  40.  67) If Delay procedure does not work properly, how do I fix it?
  41. Made it clearer that the answer to the first item, and perhaps the
  42. most frequent of all frequent TP questions
  43.  1) How do I disable or capture the break key in Turbo Pascal?
  44. also covers another frequent TP question, that is how to detect
  45. which cursor key has been pressed.
  46. Made some very minor changes to
  47.  76) What are the current Pascal newsgroups on the Usenet news?
  48. Changed more of the file references to the URL format.
  49.  
  50. Fri 16-Jun-95: I have updated my collection of Frequently Asked
  51. Turbo Pascal Questions. Now ftp://garbo.uwasa.fi/pc/ts/tsfaqp24.zip.
  52. Added an acknowledgements list about feedback into tsfaqp.inf
  53. contained within tsfaqp24.zip.
  54. Added items
  55.  75) How can I read another program's errorlevel value in TP?
  56.  76) What are the current Pascal newsgroups on the Usenet news?
  57. Made all the contents compatible with the Pascal newsgroups'
  58. reorganization that took effect Mon 12-Jun-95.
  59. Added to item
  60.  1) How do I disable or capture the break key in Turbo Pascal?
  61. the subquestion
  62.  Q4: How do I detect if a cursor key or a function key has been
  63.      pressed?
  64. Changed file references to URL format where relevant.
  65.  
  66. Wed 15-Mar-95: I have updated my Frequently Asked Turbo Pascal
  67. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp23.zip.
  68. Added item:
  69.  74) What are and how do I use pointers?
  70. Added an explanation why the often proposed SetCBreak(false) is not
  71. the correct response to
  72.  1) How do I disable or capture the break key in Turbo Pascal?
  73.  
  74. Thu 26-Jan-95: I have updated the FAQ (Frequently Asked questions)
  75. for Turbo Pascal. It now is garbo.uwasa.fi:/pc/ts/tsfaqp22.zip.
  76. - Added the following new items
  77.     "71) How do I get started with graphics programming?"
  78.     "72) Where to I find the different sorting source codes?"
  79.     "73) A beginner's how to write and compile units."
  80. - Added one text-book to the bibliography.
  81. - Augmented the item
  82.     "55) How can I test and convert a numerical string into a real?"
  83.   with an Standard Pascal example the other way round with a code
  84.   converting an integer into a string.
  85.  
  86. Tue 11-Oct-94: I have updated the FAQ (Frequently Asked questions)
  87. for Turbo Pascal. It is now garbo.uwasa.fi:/pc/ts/tsfaqp21.zip.
  88. Added the items
  89.  69) How to detect if a drive is a CD-ROM drive?
  90.  70) How do I convert an array of characters into a string?
  91. Added the source code for monochrome detection to item
  92.  31) How does one store, and then restore the original screen?
  93. Wrote an alternative answer to
  94.  50) How can I write inline code?
  95. Made some other, minor clarifications, and file reference updates.
  96.    Note that even if my FAQ is now very large there are many areas
  97. it does not intend to cover. The most notable areas not covered are
  98. TP for Windows, protected mode TP programs (BP), Turbo Vision,
  99. objective oriented TP programming, linked lists. It is up to the
  100. other comp.lang.pascal readers to cover these areas. Likewise,
  101. graphics programming has only one item.
  102.  
  103. Wed 15-Jun-94: I have updated my collection of Frequently Asked
  104. Turbo Pascal questions at garbo.uwasa.fi to be /pc/ts/tsfaqp20.zip.
  105. I appended the item
  106.   68) How much memory will my TP program require?
  107. with a contribution from Duncan Murdoch.
  108. Added the alternative with interrupts to the item
  109.   1) How do I disable or capture the break key in Turbo Pascal?
  110. Added Jeroen Schipper's solution to
  111.  45) How to establish if a name refers to a directory or not?
  112.  
  113. Sat 12-Mar-94: I have updated the Turbo Pascal Frequently Asked
  114. questions to be garbo.uwasa.fi:/pc/ts/tsfaqp19.zip by adding the
  115. following items:
  116.   65) How can I detect if the shift/ctrl/alt etc key is pressed?
  117.   66) How do I get a base 10 logarithm in TP?
  118.   67) If Delay procedure does not work properly, how do I fix it?
  119.  
  120. Sun 26-Dec-93: Released upgrade garbo.uwasa.fi:/pc/ts/tsfaqp18.zip
  121. of my Frequently Answered :-) Questions about Turbo Pascal
  122. programming. Added new items
  123.   62) How can I copy a file in a Turbo Pascal program?
  124.   63) How can I use C code in my Turbo Pascal program?
  125.   64) How do I get started with the Turbo Profiler?
  126. Added material to
  127.    5) Can someone give me advice for writing a tsr program?
  128.   24) How can I link graphics drivers directly into my executable?
  129.   41) What is wrong with my program? It hangs without a clear pattern?
  130.   52) How do I avoid scrolling in the last column of the last row?
  131. Brought some program reference version numbers up to date, and
  132. corrected a few typing mistakes, and made some new ones.
  133.  
  134. Sun 28-Nov-93: I have updated my Turbo Pascal Frequently Asked
  135. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp17.zip by
  136. including the following new items (and making some adjustments to
  137. the earlier ones).
  138.   57) How can I calculate the difference between two points of time?
  139.   58) Is a program running stand-alone or from within the IDE?
  140.   59) Please explain Turbo Pascal memory addressing to me.
  141.   60) How do I obtain a bit or bits from a byte, a word or a longint?
  142.   61) What are Binary Coded Decimals? How to convert them?
  143.  
  144. Sun 7-Nov-93: I have updated my Frequently Asked Turbo Pascal
  145. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp16.zip. Some
  146. items have been brought up to date, and the following new items have
  147. been added.
  148.   53) How can one hide (or unhide) a directory using a TP program?
  149.   54) How do I test whether a file is already open in a TP program?
  150.   55) How can I test and convert a numerical string into a real?
  151.   56) How can I reverse a TP .EXE or .TPU back into source code?
  152.  
  153. Wed 18-Aug-93: I have added two recent comp.lang.pascal items to my
  154. collection of frequently asked Turbo Pascal questions & answers:
  155.   51) I am running out of memory when compiling my large program.
  156.   52) How do I avoid scrolling in the last column of the last row?
  157. There are also some other minor adjustments in the earlier items,
  158. and the other accompanying information. The collection is now
  159. garbo.uwasa.fi:/pc/ts/tsfaqp15.zip.
  160.  
  161. Mon 26-Jul-93: I have updated my frequently asked Turbo Pascal
  162. questions and answers collection. The following items have been
  163. added
  164.   46) How does one disable alt-ctrl-del?
  165.   47) How can I test whether a file exists?
  166.   48) What is the name of the current Turbo Pascal program?
  167.   49) How is the code for rebooting the PC written in Turbo Pascal?
  168.   50) How can I write inline code?
  169. The updated FAQ is available as garbo.uwasa.fi:/pc/ts/tsfaqp14.zip
  170.  
  171. Sat 3-Jul-93: I have updated my Frequently Asked Turbo Pascal
  172. questions and answers collection. I added four new items bringing
  173. the total up to 45 questions, edited some of the old ones, and moved
  174. the bibliography to a file of its own within the collection. The
  175. bibliography is called FAQPASB.TXT. Also added "INFO-PAS.TXT using
  176. comp.lang.pascal by email". The collection is now
  177. garbo.uwasa.fi:/pc/ts/tsfaqp13.zip.
  178.  
  179. Mon 31-May-93: Since I detached my Frequently Asked Turbo Pascal
  180. questions from my general news/programs FAQ a couple of weeks ago,
  181. it has been more natural to maintain and add new questions to my TP
  182. FAQ. The TP FAQ garbo.uwasa.fi:/pc/ts/tsfaqp12.zip now includes the
  183. information in two parts. They TSPAS.TXT and TSPAS2.TXT where the
  184. former contains 30 questions, and the latter continues on from that,
  185. currently up to 41 questions. This is a major update. Besides adding
  186. several new items to the collection, I have added much information
  187. and clarifications to many of the old items. Hence a tsfaq11.zip
  188. version was skipped altogether.
  189.  
  190. Sun 16-May-93: My tsfaq33.zip Frequently Asked Questions has grown
  191. to be quite large. Therefore I have decided to divide it into two by
  192. separating the Turbo Pascal questions from the ordinary UseNet news
  193. and program related questions. The two entities are both available
  194. from the garbo.uwasa.fi:/pc/ts/ directory:
  195.  tsfaqn34.zip    Questions from UseNet and Timo's answers
  196.  tsfaqp10.zip    Common Turbo Pascal Questions and Timo's answers
  197.