Hi,
I want Rebol to read a text file with the following format.

Name    Name    Phone
Name    Name    Phone


... ie. a tab separating first name, last name and phone number.

Now I want Rebol to convert it to:

Name Name       Phone
Name Name       Phone

.. ie. Remove the first tab in every line and replace it with a single
space, but leave the second as it is. Any ideas of how to achieve this?

//Best Regards Stefan Falk

Reply via email to