home *** CD-ROM | disk | FTP | other *** search
- DATE.PAS
- DCLOCK.PAS
- DIGITS.PAS
- REZCOLOR.PAS
- SRCNLOAD.PAS
- STOPWATC.PAS
- TIME.PAS
- TIMESTUF.PAS
-
- You saw the clock program on this month's utilities disk, now see how MAST's
- Steve Pauley did it. Check out this Pascal source to find out everything
- that you would like to know about Steve's digital clock program.
-
-
- DESKTOP.PAS
-
- This is the source to another MAST creation by MAST's Allan Frink. This
- source will show you how he modified and renames the files so that a
- special desktop can be had for each resolution. Thanks again, Allan.
-
-
- EXPBUGS.DOC
-
- This text file with examples from the OSS BBS shows some of the bugs with
- exponents and ways around these problems.
-
-
- FULLDIR.PAS
-
- Have you ever wondered how to get a full directory of a disk, both the main
- directory and all of the subdirectories???? Well, this program shows how
- to do the recursion correctly to get the right results.
-
-
- GETBPB.PAS
-
- This is a program that will show you how to get the Bios Parameter Block.
-
-
- MUSSCALE.DOC
- MUSSCALE.PAS
-
- This program is an example of how a musical scale can be played on the
- internal synthesizer from within a Pascal program. Usefull for
- adding a novel or humorous touch to some program that has a more
- serious purpose. Includes source code to turn the key clicker on and
- off from within a Pascal program and a method to tune the synthesizer.
- Includes documentation and the Pascal source. Yes, now you can play music
- with Pascal.
-
-
- MVESPRT.PAS
-
- This program demonstrates the movement of a sprite-like object under control
- of the mouse. Its important feature is that it does not use any bizarre
- type coercion. (At least at the Pascal level). Yes, yet another example of
- how to move sprites with Pascal.
-
-
- PAS_XREF.DOC
- PAS_XREF.I
- PAS_XREF.O
- PAS_XREF.PAS
- PAS_XREF.PRG
- PAS_XREF.RSC
- PAS_XREF.RSD
-
- PAS_XREF.PRG will list your Pascal programs and generate a cross reference
- of all 'words' that are not PPASCAL reserved words. This program will only
- do a cross reference to the printer, but with the source code, you can
- modify it to your heart's content.
-