Oh ya, here it is.. RebolCalc.. in the library under math... and here's the
original posting from Carl...
{
Guess what folks... We've only scratched the surface...Here is a one page spreadsheet program. Don't let its tiny size fool you. It is *very* powerful... because any cell can be any REBOL expression. Numbers, dates, times, money, pairs, etc. are all valid. You can refer to cells by name, such as: A1 B1 C2 D8 And, you can use formulas such as: =A1 * B2 - length? C4 The possibilities boggle the mind. This is REBOL, so any of the cells can include network protocols. For instance, grab a number from your email and multiply it by currency on a web page. ;) You get the idea. do http://www.reboltech.com/library/scripts/rebocalc.r Now imagine... what if Rebocalc and RIM were combined... REBOL with a cause, -Carl } TB ----- Original Message ----- From: "Gabriele Santilli" <[EMAIL PROTECTED]> To: "James Marsden" <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 4:08 AM Subject: [REBOL] Re: Dynamic Data Table Layouts/Lists > Hi James, > > On Saturday, March 16, 2002, 8:43:45 AM, you wrote: > > JM> What I am interested in finding out is are there any others who are working > JM> in the area of editable tables? Here I am thinking of basic spreadsheet / > > Yup. :) > > Nothing in a state that can be released yet, but if you are > interested and are brave enough to have a look at some messy > code... ;-) > > Regards, > Gabriele. > -- > Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer > Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
