home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 167 / pascal / read.me < prev    next >
Encoding:
Text File  |  1987-08-20  |  2.2 KB  |  72 lines

  1. DATE.PAS
  2. DCLOCK.PAS
  3. DIGITS.PAS
  4. REZCOLOR.PAS
  5. SRCNLOAD.PAS
  6. STOPWATC.PAS
  7. TIME.PAS
  8. TIMESTUF.PAS
  9.  
  10.     You saw the clock program on this month's utilities disk, now see how MAST's
  11.     Steve Pauley did it.  Check out this Pascal source to find out everything
  12.     that you would like to know about Steve's digital clock program.  
  13.  
  14.  
  15. DESKTOP.PAS
  16.  
  17.     This is the source to another MAST creation by MAST's Allan Frink.  This
  18.     source will show you how he modified and renames the files so that a 
  19.     special desktop can be had for each resolution.  Thanks again, Allan.
  20.  
  21.  
  22. EXPBUGS.DOC
  23.  
  24.     This text file with examples from the OSS BBS shows some of the bugs with
  25.     exponents and ways around these problems.
  26.  
  27.  
  28. FULLDIR.PAS
  29.  
  30.     Have you ever wondered how to get a full directory of a disk, both the main
  31.     directory and all of the subdirectories????  Well, this program shows how 
  32.     to do the recursion correctly to get the right results.
  33.  
  34.  
  35. GETBPB.PAS
  36.  
  37.     This is a program that will show you how to get the Bios Parameter Block.
  38.  
  39.  
  40. MUSSCALE.DOC
  41. MUSSCALE.PAS
  42.  
  43.     This program is an example of how a musical scale can be played on the
  44.     internal synthesizer from within a Pascal program.  Usefull for 
  45.     adding a novel or humorous touch to some program that has a more
  46.     serious purpose.  Includes source code to turn the key clicker on and
  47.     off from within a Pascal program and a method to tune the synthesizer.
  48.     Includes documentation and the Pascal source.  Yes, now you can play music
  49.     with Pascal.
  50.  
  51.  
  52. MVESPRT.PAS
  53.  
  54.     This program demonstrates the movement of a sprite-like object under control
  55.     of the mouse.  Its important feature is that it does not use any bizarre
  56.     type coercion.  (At least at the Pascal level).  Yes, yet another example of
  57.     how to move sprites with Pascal.
  58.  
  59.  
  60. PAS_XREF.DOC
  61. PAS_XREF.I
  62. PAS_XREF.O
  63. PAS_XREF.PAS
  64. PAS_XREF.PRG
  65. PAS_XREF.RSC
  66. PAS_XREF.RSD
  67.  
  68.     PAS_XREF.PRG will list your Pascal programs and generate a cross reference
  69.     of all 'words' that are not PPASCAL reserved words.  This program will only
  70.     do a cross reference to the printer, but with the source code, you can 
  71.     modify it to your heart's content.
  72.