<< Can anyone tell me how I would make this program read each line from
test.txt and make them a variable. For instance if test.txt had the
following values on each line. >>

The easiest way is just to put them in a block:

        data: read/lines %/c/rebol/test.txt

Now data will be a block of items where each item is a line from the file.
Will that work for you?

--Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to