[REBOL] Re: Creating a list, writing it in a file
From: richard:coffre:francetelecom at: 12-Apr-2002 8:40
Hi Carl and Joel
I read your last answers but I wasn't precise enough in my query. My job is
a little more complex.
Purpose:
1. Read the line and extract (if necessary) a function name.
2. Check if this function is already stored in my list, if not do it.
3. Once the file is read, sort the list
4. Write the list in a file.
The step 2 explains why I can't just read the file and put it right in a
list.
However, I think I could solve my problem with the Carl's answer.