Hello! I have just started to use Rebol and it seems to be a very powerful language. I have a problem that I hope someone can help me solve. I have an ASCII database which looks like this: [FIELD 1] [FIELD 2] [FIELD 3] ... [FIELD 1] [FIELD 2] [FIELD 3] Each field is included in [] and separated by a TAB character. I would then like to read this file and parse the contents and put it in a list of lists like. List 1: LINE1->LINE2->...->LINEX List 2: FIELD1->FIELD2->FIELD3 Each entry in the first list should point to a list of the second type. I hope this explanation makes sense... 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 ----------------------------------------------------------------
