Hi Folks,
How can I copy part of a text line to a differnt part of the same line?
For example:
I have a file that has the following entry :
---------
<option value=““>ALBANY – ALB</option>
<option value=““>ALBUQUERQUE – ABQ</option>
<option value=““>ANCHORAGE – ANC</option>
<option value=““>APPLETON – ATW</option>
---------
And would like to add the 3 letter airline code inbetween the quotation mark, like this:
<option value=“ALB“>ALBANY – ALB</option>
<option value=“ABQ“>ALBUQUERQUE – ABQ</option>
<option value=“ANC“>ANCHORAGE – ANC</option>
<option value=“ATW“>APPLETON – ATW</option>
Please help.
Jahanur
How can I copy part of a text line to a differnt part of the same line?
For example:
I have a file that has the following entry :
---------
<option value=““>ALBANY – ALB</option>
<option value=““>ALBUQUERQUE – ABQ</option>
<option value=““>ANCHORAGE – ANC</option>
<option value=““>APPLETON – ATW</option>
---------
And would like to add the 3 letter airline code inbetween the quotation mark, like this:
<option value=“ALB“>ALBANY – ALB</option>
<option value=“ABQ“>ALBUQUERQUE – ABQ</option>
<option value=“ANC“>ANCHORAGE – ANC</option>
<option value=“ATW“>APPLETON – ATW</option>
Please help.
Jahanur