home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 39 / Commodore_Free_Issue_39_2010_Commodore_Computer_Club.d64 / spreadsheet < prev    next >
Text File  |  2023-02-26  |  2KB  |  90 lines

  1.  
  2.  
  3.  
  4. *************************************
  5.     COMMODORE PLUS/4 SPREADSHEET
  6. *************************************
  7.  
  8. The Plus4 spreadsheet, SVS-Calc, has
  9. now been improved to V1.5 with many
  10. new improvements and bugfixes. To
  11. read more about it and to download
  12. it, go to
  13. http://plus4world.powweb.com/software
  14. /SVS-Calc_1_5
  15.  
  16. Released by: Fantastic Italian
  17. Research Enterprise (FIRE)
  18. Created by: Z., Valentino (SVS)
  19.  
  20. Notes: Spreadsheet with intuitive
  21. interface, powerful calculation
  22. engine, graphics generator, colour
  23. themes, and much more
  24.  
  25. There is even a video of it on
  26. YouTube; go to
  27. http://www.youtube.com/watch?v=BYZwS5
  28. v09wU
  29.  
  30. -------------------------------------
  31. .
  32. *************************************
  33.               DATATOOL
  34. *************************************
  35.  
  36. I have also been pointed to this
  37. Commodore 64 spreadsheet by a user
  38.  
  39. http://members.chello.at/wiener.freih
  40. eit/datatool.htm
  41.  
  42. General
  43.  
  44. The C64 is a very nice computer for
  45. solving trivial problems concerning
  46. calculation by yourself. Simply turn
  47. on the machine and write a little
  48. BASIC program for your needs. But if
  49. you want to provide some comfortable
  50. data editing options, the
  51. programming effort will grow
  52. considerably, and C64 BASIC does not
  53. support such a task very well. This
  54. was, why I started thinking about a
  55. program written in machine language
  56. for data management, in combination
  57. with free programmable BASIC
  58. functions for data processing. I
  59. searched for existing solutions, but
  60. couldn't find anything of this kind.
  61.  
  62. As a hobby programmer, I write
  63. programs mainly for my own use. But
  64. this one could be useful for other
  65. C64 users too. Well, there are not
  66. much around, and few of them will
  67. have a field of application for such
  68. a program. Anyway, it is here, it is
  69. free, and if you see a benefit, then
  70. download and use it!
  71.  
  72. C64 Datatool is proper for
  73. inputting, editing and printing any
  74. kind of data in tabular form. In the
  75. simplest way of use, the program
  76. will store lists of words or
  77. numbers. Data processing (e.g.
  78. spreadsheet analysis, statistics or
  79. data conversion) can be programmed
  80. in BASIC. In the most advanced way
  81. of use, Datatool is nothing but a
  82. particular environment for your own
  83. BASIC programs.
  84.  
  85. For manuals and other docs
  86. concerning C64 BASIC please consult
  87. Project 64 Home page or iDOC=
  88.  
  89. -------------------------------------
  90.