Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vegetablejello

    Find/Replace in Notepad

    That works great. I also added a line in there so you don't get asked to overwrite. (Assuming there is not a way to do that with the current code?) lctextFile = FILETOSTR(myfile) lctextFile = STRTRAN(lctextFile, ["], []) && Find and replace doble quotes here ERASE (myfile)...
  2. vegetablejello

    Find/Replace in Notepad

    I am looking to do a find/replace in a tab delimited text document before i import the file into a dbf structure. The problem is the tab delimited text document has double quotes in it and when i use this command "APPEND FROM &myfile delimited WITH TAB", the double quotes is throwing it all off...

Part and Inventory Search

Back
Top