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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.