Spread V1.2 Copyright 1988, 1990 Richard Krehbiel All rights reserved. Spread 1.2 may be freely distributed to any and all, by itself or included as part of library of freely-distributable software. Spread may not be sold for profit. This archive should contain the following files: README You're reading this now SPREAD Executable Spread program SPREAD.DOC Explains how to use Spread TEENY.FONT TEENY.FONT and TEENY-8 together make TEENY-8 the 128 column font needed by Spread INSTALL.FONT EXECUTE this file to put TEENY.FONT into your current fonts: directory The things that have changed since 1.0: 1.1: The window now opens to the size of the workbench screen, rather than just always 640 X 200. If you use an overscanned screen, then you may notice the border imagery on the data entry string gadgets is not quite up to par. Also, Spread has a bug that causes it to crash if it's window is taller than the number of rows in the spreadsheet. This can happen if you have a Viking 1 or A2024 super high res monitor, with a 1008 by 800 (1024) workbench open. 1.2: The only other difference between Spread 1.1 and 1.2 is that I recompiled with Lattice C 5.02. 1.1 was compiled with Lattice 3.10, I believe. The recompilation makes it approximately 10K smaller and I don't know how much faster. Things Spread needs (that I'll probably never get around to): It should run like a proper Workbench tool, create project icons for spreadsheet files, etc. It desparately needs a file requester. It needs more rows and columns. It needs to allocate cells in a sparse matrix, rather than use the fixed array ot has now. It needs more arithmetic functions. It needs better editing functions. If the spreadsheet were larger, it would probably need to use a math chip.