home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / pulldn1.zip / PULLDOWN.RME < prev   
Text File  |  1989-02-27  |  862b  |  23 lines

  1.         PullDown.RME - Readme file for PullDn1.ARC
  2.        ============================================
  3.  
  4.      This is a modification of the program contained
  5.      in "PullDown.ARC" on the Clarion BBS which was
  6.      apparently uploaded by someone at Clarion Software.
  7.  
  8.      Modified & Uploaded by Bill Mueller of Mueller's PC Consulting.
  9.  
  10.      Though this file is functionally the same as the code contained
  11.      in the original version it has been modified for several purposes:
  12.  
  13.      1) All code is in one procedure instead of across a few.
  14.  
  15.      2) No global variables need be declared.
  16.         I'm a great believer in local variables and very few globals.
  17.  
  18.      3) Allow for number of menu topics to be less than 5.
  19.  
  20.      4) Ease of modification. Very little needs to be changed to
  21.         transfer this from one application to another.
  22.         Modification details in OneMenu.CLA.
  23.