I have a file like this

        1       line...
                line...
                line...
        2       line...
                line...
                line...
        3       line...

and I would like to achieve this

        1       line...
        1       line...
        1       line...
        2       line...
        2       line...
        2       line...
        3       line...

A simple job in Excel, but Excel screws up text given any chance it gets and some of the lines are long. There is a tab after the numbers and one at the start of every line without a number.

Any ideas? I can't write Perl.

AB

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to