Feb 22, 2005 #1 hardwork99 Instructor Joined Feb 3, 2005 Messages 23 Location DO Hi all, How could I search and replace a text on text or config file??
Feb 22, 2005 1 #2 baltman Technical User Joined Mar 5, 2002 Messages 1,578 Location US The easiest method would be using FILETOSTR() and STRTRAN(STRTOFILE(),[Find Text],[Replacement Text]) Brian Upvote 0 Downvote
The easiest method would be using FILETOSTR() and STRTRAN(STRTOFILE(),[Find Text],[Replacement Text]) Brian
Feb 22, 2005 Thread starter #3 hardwork99 Instructor Joined Feb 3, 2005 Messages 23 Location DO thanks I did solve it already Upvote 0 Downvote