I need to merge two files, a text file and a note file.
The text file contains note calls thus
Foo{124} bar{125}
but they could be coded otherwise to suit.
The notes file contains one note per line
124. Another note.
125. A longer note.
and could be coded otherwise to suit.
What I'd need to achieve is one merged file, something like:
Foo{124-Another note.} bar{125-A longer note.}
The files are several thousand lines long and contain around 750 note
calls or notes.
Any suggestions warmly welcomed !
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_script.shtml>
List archives: <http://www.listsearch.com/bbeditscripting.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>