home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / qubecalc.zip / README < prev    next >
Text File  |  1990-01-17  |  6KB  |  169 lines

  1. =======================================================================
  2. First, a BIG thank you to all of our registered users for their comments
  3. (and registrations) which have helped us make QubeCalc PC Magazine's
  4. Editor's Choice among low cost spreadsheets (February 16, 1988).  We
  5. appreciate your support and confidence in our products.
  6. =======================================================================
  7.  
  8. If you have questions, you can now ask them via EPLEX on CompuServe.  Just
  9. leave a message to ID 73250,3163.
  10.  
  11.  
  12. The on-disk documentation has been compressed to fit on the disk.  To print
  13. out this documentation use the program named PRINTDOC.EXE which is provided
  14. on the disk.
  15.  
  16.  
  17. QubeCalc V3 uses a different file structure than versions 1 and 2.
  18. Your old version 1 and 2 files must be converted over to the new format
  19. using the program CONVERT.COM.
  20.  
  21.  
  22. QubeCalc uses an overlay structure.  This means that the QubeCalc program
  23. actually consists of 3 different files; QUBECALC.COM, QUBECALC.000, and
  24. QUBECALC.001.
  25.  
  26. QUBECALC.COM is the main part of the program.  QUBECALC.000 and QUBECALC.001
  27. are overlay files which contain various features and functions of QubeCalc.
  28. When QubeCalc needs to access one of these features or functions, it reads
  29. the code for that feature in from QUBECALC.000 or QUBECALC.001.
  30. The advantage of using an overlay structure is that the program uses up
  31. less memory, thereby freeing up more RAM to put your spreadsheets in.
  32.  
  33. If you place the overlay files (QUBECALC.000 and QUBECALC.001) on a hard disk
  34. or in a RAM disk in extended memory, you should not notice any significant
  35. delay when these features are accessed.  If the overlay files are on a floppy
  36. disk, you may notice a small delay when accessing these features.  If you have
  37. a floppy based system and cannot tolerate the short delays, you may place the
  38. overlay files in a RAM disk in regular memory (the first 640K of memory).
  39.  
  40. QubeCalc needs to know where you place the overlay files.  By default,
  41. QubeCalc assumes that the overlay files are in the directory where you
  42. start up QubeCalc.  If you place the overlay files in a RAM disk or in a
  43. directory other than where you start the program, then you must run the
  44. setup program to create a configuration file which tells QubeCalc where
  45. you put the overlays.
  46.  
  47. The setup program can also be used to tell QubeCalc where you placed the
  48. help file and which directory you want to use as the startup data directory.
  49. It will also let you customize the screen colors which QubeCalc uses.
  50.  
  51.  
  52.  
  53. BLOCK NAMES
  54.   You can now give a name to a cell or block of cells.  This name can
  55.   then be used anywhere that a cell or block reference can be used.
  56.  
  57.  
  58. SPREADSHEET LINKING
  59.   You can now link multiple 3D spreadsheets together.
  60.  
  61.  
  62. LOTUS RELEASE 2 IMPORTING
  63.   You can now import both versions of Lotus 1-2-3 files (WKS and WK1).
  64.  
  65.  
  66. IMPORTING AND EXPORTING FILES FROM OTHER SOFTWARE PACKAGES
  67.   (INCLUDING EXPORTING 1-2-3 FILES)
  68.  
  69.   You can now import from:
  70.     - DIF files
  71.     - dBase II files
  72.     - dBase III files
  73.  
  74.   You can now export to:
  75.     - Lotus 1-2-3 files (R1 and R2)
  76.     - DIF files
  77.     - dBase II files
  78.     - dBase III files
  79.  
  80.  
  81. TEXT FUNCTIONS
  82.   You can now use text strings in formulas (at least the ones that are
  83.   capable of providing useful information from text).  Several existing
  84.   @functions now support text arguments, and several new text functions
  85.   have been added.
  86.  
  87.  
  88. OTHER NEW FUNCTIONS
  89.   @ISNUM(x) returns TRUE if x is a number.
  90.   @ISTEXT(x) returns TRUE if x is text.
  91.   @ERROR returns error as its value.
  92.   @INDEX("block name",ColOffset,RowOffset,PageOffset) returns the value
  93.     of the cell in "block name" which is RowOffset rows, ColOffset columns,
  94.     and PageOffset pages from the first cell in "block name".  The top row
  95.     of the block has a RowOffset of 0, the left column of the block has a
  96.     ColOffset of 0, and the first page of the block has a PageOffset of 0.
  97.  
  98.  
  99. TITLE LOCKING
  100.   You can lock (hold) title rows and columns on the screen.
  101.  
  102.  
  103. NEW CELL FORMATS (AND COMMA OPTION)
  104.   There are 2 new ways to display numerical values on the screen:
  105.     Hidden and General
  106.  
  107.   NOTE: The General format is now the default format.
  108.  
  109.   The currency, fixed, and percent formats now allow you to specify
  110.   commas to be used to make large numbers more readable.
  111.  
  112.  
  113. SORTING A BLOCK
  114.   You can now sort a block of cells by row or column.
  115.  
  116.  
  117. MOVING A SCREEN AT A TIME
  118.   QubeCalc now allows you to move the cell pointer up, down, left, and right
  119.   a full screen at a time.
  120.  
  121.  
  122. ENHANCED DIRECTORY LISTING CAPABILITY
  123.   The directory listing command /File Files now asks for a file mask.
  124.   The /File Files command now also lists any subdirectories which match the
  125.   mask you provide.  Directories will be highlighted on the display.
  126.  
  127.  
  128. COPYING TO MULTIPLE PAGES
  129.   QubeCalc now allows you to copy a page (or other 2D range) to multiple
  130.   pages.  If the block you define to copy with the /Block Copy command is
  131.   a two dimensional range (not multiple pages), then QubeCalc will ask
  132.   you how many pages you want to copy it to.
  133.  
  134.  
  135. SUPPLYING A FILE NAME ON THE COMMAND LINE
  136.   If you want to start up with a particular file, you may now supply the
  137.   file name on the command line and that file will be loaded when the
  138.   program comes up.
  139.  
  140.  
  141. FULL PATH SUPPORT WHEN LOADING/SAVING FILES
  142.   You may now Load or Save files from another directory without having
  143.   to change directories with the /File Directory command.  Simply type
  144.   in the full path name when you are asked for a file name.
  145.  
  146.  
  147. INSERT/OVERWRITE MODE REMAINS CONSTANT
  148.   When you select insert mode, it will now remain in effect until you change
  149.   it (it doesn't go back to overwrite mode as soon as you finish editing).
  150.  
  151.  
  152. /M? MACRO COMMAND NOW ALLOWS YOU TO SUPPLY A PROMPT
  153.   The format for the /M? command is now:
  154.  
  155.   /M?prompt[RET]
  156.  
  157.   Now when this macro command is encountered, it will prompt you with
  158.   the text you supply between the ? and the [RET].
  159.  
  160.  
  161. AUTOCALC ITERATION COUNT
  162.   You can set a recalculation interation count so that QubeCalc
  163.   will make more than one pass through the spreadsheet on each recalculation.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.