home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / spredsht / tc810.arc / READ.ME < prev    next >
Text File  |  1987-03-03  |  7KB  |  180 lines

  1.                         "Turbo CALC"(tm) News
  2.  
  3.                            by: Paul Meiners.
  4.                 Copyright (c) 1986 by P & M Software Co.
  5.  
  6. 3-03-87
  7. -------
  8. Here is 8.10 of Turbo CALC.  It contains one new feature and a bug fix.
  9. The description of the update follows:
  10.  
  11.    1.  New feature.  Fixed column import.  Users may now import data that
  12.        is fixed length fields.  This is handy when the DIF format is not
  13.        available.  The field lengths should match the column widths in Turbo
  14.        CALC, in this manner Turbo CALC will know how wide each field is.
  15.  
  16.    2.  Whenever a wide area, greater than 80 columns, of blank space preceeded
  17.        a group of numbers, in printed output, the numbers would shift to the
  18.        left by a random number of columns.  This has been fixed.
  19.  
  20. 2-05-87
  21. -------
  22. Release 8.01 of Turbo CALC is now ready.  There were a couple of minor
  23. bug fixes, for example the worksheet will now recalculate as soon as the
  24. "autocalc" option is selected - to assure that the spreadsheet is up-to-date
  25. whenever "autocalc" is selected.
  26.  
  27. Two new feature items are included in the release level.
  28.  
  29.    1.  It is now possible to select the "key" column for a sort, it no longer
  30.        must be the 1st column of the data range of the sort.
  31.  
  32.    2.  An option was added to the Alt-J command, so that a jump-to-cell can
  33.        now be done either by cell address or by cell content.  For example:
  34.        one can now say "go to the cell that contains the value 1.52".  Or
  35.        any other value for that matter.  The value need not be numeric, it
  36.        can be a label as well.  The F5 key is used to repeat the search
  37.        started with the Alt-J, so that you could locate all the cells that
  38.        contain 1.52, for example.
  39.  
  40.  
  41. 01-10-87
  42. --------
  43. Here is 8.00 of Turbo CALC.  The release levels of Turbo CALC have
  44. been slow in coming because the program is becoming a mature product.
  45. I do hope you find the new features rewarding:
  46.  
  47.    1. Range Names.  Now you can name a range or individual cell so that
  48.       you need not remember the cell address.  For example you could refer
  49.       to your cashflow range with the name @CASHFLOW!  This is very handy,
  50.       especially in conjunction with macros!
  51.  
  52.    2. Macros.  Turbo CALC now supports macros, styled in the tradition of
  53.       the more expensive commercial spreadsheets.  There are 30 macro keys
  54.       and they may refer to locations in the spreadsheet to allow macros
  55.       of virtually unlimited power.
  56.  
  57.    3. The erase command has been expanded so that it is possible to erase
  58.       just a part of the worksheet, as well as being able to erase the entire
  59.       worksheet.
  60.  
  61. 10-13-86
  62. --------
  63. Release 7.00 of Turbo CALC has been awhile coming!  But here it is.
  64. Some of the new features are:
  65.  
  66.    1. New, better high lighting of the row/column labels.
  67.  
  68.    2. Text import.
  69.  
  70.    3. Worksheet merge.
  71.  
  72.    4. Support for 8087 math chip - up to 3 times faster!
  73.  
  74.    5. Color options in the edit module.
  75.  
  76.    6. Save graph to disk file for later editing and/or printing.
  77.  
  78. Also, this release will auto recalculate after a row/column deletion, if
  79. autocalc is turned on.
  80.  
  81.  
  82. Bugs
  83. ----
  84. Bugs are disgusting things.  I hate 'em.  Especially when I find them
  85. in my programs.  Well, I found one in Turbo CALC(tm) and I killed it.
  86. The result is release 6.31.  The bug was located in the cell input area,
  87. if the user attempted to revise a formula that was more than 13 positions
  88. long, the program forgot that is was a formula and treated the result as
  89. text.  Not so nice!  Well, I found it.  But it makes me wonder, the bug
  90. had gone unobserved for a long time.  Why hasn't somebody said something?
  91. I know, I am the only one who uses formulae longer than 13 positions!
  92.  
  93. Graphics
  94. --------
  95. With TC 6.30, graphics are being introduced.  The program will now do
  96. bar graphs, with up to 6 variables on display.
  97.  
  98. Now the program also supports an Environment variable for Hard Disk users,
  99. so that TC can find its home directory without being there when started.
  100. Put the following or similar in your AUTOEXEC.BAT file:
  101.  
  102.                         PATH=c:\dos;c:\tc
  103.                         set TCPATH=c:\tc
  104.  
  105. Assuming that you have TC and related files stored on drive C in the TC
  106. directory.  Use the appropriate drive and directory for your system.
  107.  
  108.  
  109. Registration Plan
  110. -----------------
  111. With TC 6.20, a user registration plan is being introduced.  All copies
  112. of TC will now carry a serial #.  The purpose of the serial # is to encourage
  113. registration and contribution.  When someone registers a copy of TC that
  114. contains your registered serial #, we will split the contribution with you.
  115. You will receive 25% of the contribution or $10 when the suggested amount is
  116. received.
  117.  
  118. The suggested contribution has been increased, to $35.  This is to cover the
  119. expense of including an automatic upgrade in initial registration.
  120.  
  121. Finally, a suggested contribution has been decided upon for old users who
  122. wish to upgrade, $10.  Already registered users may send this contribution
  123. and receive a registered copy of TC - one with their own serial number.  This
  124. will allow them to be able to obtain shares of contributions, just like the
  125. newly registered folks.
  126.  
  127.  
  128. Cleaning up the bugs.
  129. ---------------------
  130. Version 6.11 of Turbo CALC represents a bug fix release.  There were no
  131. major bugs, but a few small ones.  Among the most notable of the bugs
  132. fixed was:
  133.  
  134.             1.  The EDIT module will ask you to save the buffer if
  135.                 you exit to the CALC module with the F2 key.
  136.  
  137.             2.  The CALC module handles the printer init string
  138.                 correctly now.  It had the habit of "eating" it
  139.                 before.
  140.  
  141.  
  142. Expanding the worksheet.
  143. ------------------------
  144. With the appearance of the new "ExpressCalc"(tm) from Expressware, really
  145. the old PC-Calc with a new name and some new features, the race to
  146. increase the size of worksheets is on!
  147.  
  148. Expressware has increased the capacity of the old PC-Calc from 256x64 to
  149. 8192x2, and all variations thereof.  This is pretty good.  However you
  150. arrange the cells, you get about 16,384 total cells.  A brilliant achievement.
  151.  
  152. Now how about "Turbo CALC"(tm) from P & M Software?  Well, we are not to be
  153. outdone.  With version 6.10 of "Turbo CALC"(tm), the worksheet can now have
  154. the following dimensions, with some to spare:
  155.  
  156.                Rows      Cols      Total Cells
  157.                ----      ----      -----------
  158.                8192         2        > 20,000
  159.                 640        32        > 20,000
  160.                  90       256        > 20,000
  161.  
  162. "ExpressCalc" is the trademark of Expressware.
  163. "Turbo CALC" is the trademark of P & M Software.
  164.  
  165. One more new feature in this release: protected fields!  Keeps you from
  166. accidentally destroying a field.  Use Alt-T to protect a field.
  167.  
  168.  
  169. Turbo CALC Editor News
  170. ----------------------
  171.  
  172. With version 6.10, some bugs have been fixed, but the big news is that
  173. the scrolling has been improved dramatically.  In the original version,
  174. 6.00, the screen would scroll with a rippling effect, this has been
  175. eliminated to a great degree.
  176.  
  177. Regards,
  178. Paul Meiners
  179. P & M Software Co.
  180.