home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 57 / pascal / read.me < prev    next >
Encoding:
Text File  |  1986-09-18  |  1.9 KB  |  77 lines

  1. ACCLOAD.DOC
  2. ACCLOAD.PAS
  3.  
  4.     This is the documentation and the source code for a desk accessory loader
  5.     program.
  6.  
  7.  
  8. CIRCLE2.PAS
  9. CIRCLE2.PRG
  10.  
  11.     This is source code and a running program of a circle pattern program 
  12.     written by Dwight McKay.  This program is also a good example of a GEM
  13.     interface program.
  14.  
  15.  
  16. GOTOXY.PAS
  17.  
  18.     Keywords: PERSONAL PASCAL CURSOR SCREEN TEXT
  19.     
  20.     PERSONAL PASCAL PROCEDURE that provides the ability to position the text
  21.     cursor anywhere on the screen under all circumstances.  This routine is the
  22.     same as GOTOXY found in TURBO-PASCAL for the PC.  You must INCLUDE this
  23.     routine during compilation.  Program header supplies any other necessary
  24.     information.
  25.     
  26.     
  27. MEGACNV.PAS
  28.  
  29.     This is the source code for a program which will take the output from
  30.     MEGAMAX C resource files and convert them to run with Personal Pascal.
  31.  
  32.  
  33. MINIMIDI.PAS
  34.  
  35.     This is the Pascal source code for a mini midi sequencer program for the
  36.     ST.
  37.  
  38.  
  39. MODULAR.DOC
  40.  
  41.     This is a documentation file explaining how to compile a module for 
  42.     linking into other programs for Personal Pascal.
  43.  
  44.  
  45. RAMDISK.DOC
  46.  
  47.     This is a documentation file which describes how to use ramdisks with 
  48.     Personal Pascal.
  49.  
  50.  
  51. REAL.PAS
  52.  
  53.     Keywords: PERSONAL PASCAL REAL STRING CONVERSION UTILITY
  54.     
  55.     This routine which can be compiled as an EXTERNAL procedure allows one to
  56.     convert Personal Pascal REALS to STRINGS. You can specify precision,
  57.     whether or not to store in scientific notation or not, corrects rounding
  58.     errors, etc.
  59.  
  60.  
  61. SCREEN.PAS
  62.  
  63.     This is source code for screen saving and restoring from files routines.
  64.  
  65.  
  66. TERM.PAS
  67.  
  68.      This is source code for locating and clearing screen routines.
  69.  
  70.  
  71. VDI.PAS
  72.  
  73.     Keywords: OSS PASCAL VDI
  74.     
  75.     Here are some VDI calls that are missing from OSS Pascal. Such as
  76.     Polymarker, Text Height,Line Width,Contour Fill,Line End Type Etc. 
  77.