At 11:24 1999-10-13 -0400, you wrote:
>Hello Peter:
>
>I use a lot of tab delimited data-bases also. Data that is exported from
>MS-Excel...
>
>To parse out the individual lines of a database, I use something like the
>following.
>REBOL [
>       Title: "Example of parsing tab delimited records...."
>]
>
> ...
>
Thanks!!! It really helped me.

>Another questions - where did that data format come from??

I've created the database myself. The program I am about to write
is to synchronize my bookmark.html files on different computers.

I have also added a function that checks if a homepage has
been changed since last check. If it has it sends me an
email about it.

Next step would be to automatically create a bookmark.html
with the links arranged in correct categories.

>Does your data really already have brackets [ ] around each word?

I thought it was easier to recognize the fields if I put it in [].

>You can make databases very easily in REBOL by storing all your values in
>blocks.
>For example:
>[firstname lastname %filename ]
>See the examples at http://www.rebol.com

OK, maybe I should take a look.

Best Regards,
Peter Carlsson

----------------------------------------------------------------
Peter Carlsson                    Tel: +46 31 735 45 26
Saab Ericsson Space AB            Fax: +46 31 735 40 00
S-405 15 G�teborg                 Email: [EMAIL PROTECTED]
SWEDEN                            URL: http://www.space.se
----------------------------------------------------------------

Reply via email to