tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Mon May 24, 2010 12:28 pm Post subject: merge three lines of data into one |
|
|
Hello,
I'm sure something similar to my question has been posted here before, but I can't seem to find it at the moment.
Is there a utility that would, for example, merge 3 lines of data into one line ?
e.g.
Code: | Before:
<td>
<1st data>
</td>
<td>
<2nd data>
</td>
<td>
<3rd data>
</td>
After :
<td><1st data></td><td><2nd data></td><td><3rd data></td> |
... and yes, in spite of the HTML tags, this will be running on the mainframe...
Thanks.... |
|