CompuServe Messages

SCalc HELP

    11-Mar-91 02:27:28
Sb: #16882-SCalc HELP
Fm: Dale D. Snell 74756,666
To: ROGER LE VINE 76665,1604
Roger, Boy, the only Unix utilities that I can think of are used on a saved file. (This is all from memory, btw, so take it with a grain of salt.) SC files are saved in several formats. One is the "put/get" format, which is the full sheet, with commands and everything. That's what you'd use if you wanted to convert an sc sheet to something else, or vice-versa. The other formats simply store the output data (called "listings", I think). One format has the cells separated by colons (":"), for use with utilities like sed or awk. Another format has space (or tab?) separated cells. (I think that this straight, unformatted output that you could pump into your printer.) Later versions of sc will give you output formatted for use with tbl and nroff or troff, for nicely formatted printouts. Unless you have created a sheet that is 300+ lines long, I can't see how you would get one. You can hide ("zap") rows and columns, btw, so that they don't show up in your sheet. You're right, regions are for use by some of the math functions, and I think some of the string functions, too. SC *is* a nice, easy to use spreadsheet. It's also fairly powerful, especially in conjunction with the Unix tools that it's ment to be used with. (In fact, the recent releases of sc have features that I wish Gold Disk's Advantage had.) For use on the Amiga, I would think that ARexx would be the perfect complement. Save your listing as colon-separated, and feed it to your ARexx program. There are also Amiga ports of some of the Unix utilities. I know that sed has been ported over (GNUsed); I'm not sure of some of the others. –dds