Hi,
I have many files across many folders that contain a number of strings that need tags around them.
The strings for tagging are stored in a separate file as a list with each string on a separate line.
What I want to do is read each line from the file and carry out the find/replace on a folder.
I know how to do most of this but I'm having problems reading each line of the find/replace file and determining how I have reached the end of the file.
A Google search turned up many examples of JavaScript that carry out this functionality but when I put them into an UnltraEdit script, they don't work.
Any suggestions?
Thanks
I have many files across many folders that contain a number of strings that need tags around them.
The strings for tagging are stored in a separate file as a list with each string on a separate line.
What I want to do is read each line from the file and carry out the find/replace on a folder.
I know how to do most of this but I'm having problems reading each line of the find/replace file and determining how I have reached the end of the file.
A Google search turned up many examples of JavaScript that carry out this functionality but when I put them into an UnltraEdit script, they don't work.
Any suggestions?
Thanks