Thanks for the link IX, but that only replaces a 1 word. I need to know how to make it replace not just "<$", but "<< function" as well.
replace() only does one word.
Ever heard of that little used programming construct known as a loop?
Specifically a for loop through an array of string x-replacement y pairs (stored as, for example, two equally sized arrays of strings.)
Before you ask, I'm not writing the program for you
Last edited by Identity X; 08-27-2008 at 01:02 PM.
Bookmarks