home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / d / dwss101.zip / DWSS101.DOC next >
Text File  |  1993-02-17  |  5KB  |  102 lines

  1.      ----------------------------------------------------------------------
  2.  
  3.                        Discount ware Spread sheet V1.01
  4.                                   02/19/1993
  5.  
  6.                                  HQ Software
  7.                                  Jim Harding
  8.                             2440 Hurontario st S
  9.                                  Unit #2007
  10.                           Mississauga, Ont L5B-1N2
  11.  
  12.                                 Copyright 1993
  13.                              All Rights Reserved
  14.  
  15.      ----------------------------------------------------------------------
  16.       Introduction
  17.      ----------------------------------------------------------------------
  18.  
  19.         Hello,  and thank you for taking the time to read this file. I
  20.         hope that you find this program useful.
  21.  
  22.         This program is based upon the code of another shareware spread
  23.         sheet, that I found to be highly useful but in need of some
  24.         touching up. THIS IS NOT A HACK, but a complete rewrite of the 
  25.         original code, with extensive modification. It was completely
  26.         rewritten in Turbo Basic (now Power Basic) which has some new
  27.         features not available when the original code was written. As 
  28.         well the original was distrubuted as an uncompiled basic program,
  29.         I thought it would be more useful to people in the rewritten
  30.         and compiled format.
  31.      
  32.         Shareware
  33.  
  34.         Dw Spread sheet is not a public domain program. There is a fee
  35.         for personal use of the program. You are hereby granted a two
  36.         month trial period to use and evaluate the programs suitability
  37.         to your needs.
  38.  
  39.         You must register your copy of Dw Spread sheet for $15, if you
  40.         elect to continue using it after the trial period. For commercial
  41.         or institutional use of the program the registration fee is $30.
  42.  
  43.         Please make your cheque or money order payable to: Jim Harding
  44.         and send it to:
  45.  
  46.                      Jim Harding
  47.                      HQ Software
  48.                      2440 Hurontario st S
  49.                      Unit #2007
  50.                      Mississauga, Ont Canada
  51.                      L5B-1N2
  52.  
  53.         Please enclose some reference to the program you are registering,
  54.         a small note with the programs name will be sufficient.
  55.  
  56.         If you don't support shareware, who will?
  57.  
  58.      ----------------------------------------------------------------------
  59.       Program use
  60.      ----------------------------------------------------------------------
  61.  
  62.         The program is very straight forward. Whether or not you have
  63.         used a spread sheet before, you will pick this up very quickly.
  64.         Due to this simplicity it was deemed unnecessary to include
  65.         program documentation.
  66.  
  67.         It is however necessary for you to learn the command set, it
  68.         is as follows:
  69.  
  70.   ------------------------------------------------------------------------
  71.   /A  AVERAGE  -generate the equation for averaging a series of cells
  72.   /B  BLANK    -erase a series of cells leaving them blank
  73.   /C  COMPUTE  -compute all equations
  74.   /D  DELETE   -delete the current Row or Column
  75.   /E  EQUATION -enter an equation into the current cell
  76.   /F  FORMAT   -set the number of decimal places displayed
  77.   /G  GOTO     -allows you to goto any cell including those off screen
  78.   /H  HELP     -display this help message
  79.   /I  INSERT   -insert an blank row or column before the current cell
  80.   /J  JUMP     -cause the cursor to skip across the Row or Column
  81.   /L  LOAD     -load a saved DW Spread sheet file
  82.   /M  MODIFY   -modify a series of cells by an equation you enter
  83.   /N  NEW      -rerun DW Spread sheet from the beginning
  84.   /P  PRINT    -print as much of the session as possible from a column
  85.   /Q  QUIT     -return to DOS
  86.   /R  REPLICATE cells. Equations can be copied Relative to their position
  87.   /S  SAVE     -saves the current session to disk
  88.   /T  TOTAL    -generates the equation for the total of a series
  89.   /W  WINDOW   -places Row 1 or Col A on screen at all times (for labels)
  90.   /Z -changes the maximum Row and Column, and the printer defaults
  91.  
  92.   Other keys: [HOME]=refresh [END]=stop [=/+]=enter value [']=enter label
  93.   -------------------------------------------------------------------------
  94.  
  95.         This command set is accessable by pressing the "/" or "?"
  96.         keys within the program.
  97.  
  98.      ----------------------------------------------------------------------
  99.       End of file
  100.      ----------------------------------------------------------------------
  101.  
  102.