[REBOL] Re: search engine update

2003-12-25 Thread Anton Rolls
Good work - good to know it's there. Anton. > search engine update > > I've finally found some time to reconstruct the script that > updated the search engine database so that it now contains the > Rebol mailing list from approx 2000 to current. > > http://203.79.110.37/rebolml/ > > Merry X

[REBOL] Re: REBOL/View 1.3 - invalid word datatype

2003-12-25 Thread Anton Rolls
Well, I would assume you would catch the error, and then try to apply your own parse rules. You would have to try to split paths up, then reapply the load/catch/try-to-parse cycle on the pieces. Or your code could avoid path notation altogether, using pick, eg. pick d i._x then you don't have to

[REBOL] Re: odbc socket server article in english

2003-12-25 Thread Anton Rolls
:-) I think it's a small enough erreur to leave. Anton. > Re: odbc socket server article in english > Hi Anton, > > Good work. > > Just a little typed error : > - search for "put la value" and replace by "put the value" > > Merry Christmas to all > And an Happy Rebolish Year > > DideC > http:/

[REBOL] Re: DyBASE test

2003-12-25 Thread Konstantin Knizhnik
Hello Robert, Certainly it should be possible to use any word as object field. As I understand from your mail, the problem takes place while processing of "to" field. I added "to" field to my guess example. It works without any problems. So the problem seems to be somewhere else. Can you send me

[REBOL] Re: DyBASE test

2003-12-25 Thread "Robert M. Münch"
On Tue, 23 Dec 2003 21:54:19 +0300, Konstantin Knizhnik <[EMAIL PROTECTED]> wrote: > New version of DyBASe 0.17 is available at my site. Hi, the db/close bug id gone but I still have a problem: >> do %robby-test.r to-index from-index msg-id-index id: 2987 msg-id to ** Script Error: set expecte

[REBOL] Re: DyBASE test

2003-12-25 Thread "Robert M. Münch"
On Wed, 24 Dec 2003 12:16:18 EST, <[EMAIL PROTECTED]> wrote: > REBOL is lacking in lint-type utilities and debuggers and so on. As > several people over the years have pointed out, it is hard to write such > tools when the whole language is so soft. What I would like as a first step is a way