[REBOL] Re: Rebocalc - World's smallest spreadsheet.
From: agem:crosswinds at: 20-Jun-2001 17:01
RE: [REBOL] Re: Rebocalc - World's smallest spreadsheet.
[carl--cybercraft--co--nz] wrote:
> On 20-Jun-01, [agem--crosswinds--net] wrote:
>
>
> > this little script below tells me yes with blanks, but no with tabs.
>
> I tried it, but all it does is open a blank window (except for a small
> graphic in the bottom right corner) and then give the follow error...
>
> Invalid data type during recycle
> ** Press enter to quit...
>
> Stuffed up during emailing, perhaps?
>
> (I found a version of it on your rebsite which ran ok.)
>
that is not in the "worlds smallest" class :(
one of the bloated decisors ;-)
may have to do with the read-thru called from feel/show?
you need ReboCalc in cache already (via desktop/goto)
or replace the {read-thru .. "ReboCalc"} with empty string.
will that work?
-volker