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