Actually Tab is Ctrl+I and Ctrl+J is LF .... Paul Newton
-----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Ted Roche Sent: 13 January 2013 13:09 To: [email protected] Subject: Re: FINGER TROUBLE Well, Ctrl+J is TAB, K is linefeed and M is CR. You likely don't want to replace those. For text files, file = FileToStr(filename) file = STRTRAN(file, badchars, goodchars) StrToFile(file) For DBF-based files (SCX, MNX), REPLACE ought to do the trick. would likely do everything you want. What's the specific problem you're trying to solve? On Fri, Jan 11, 2013 at 4:43 AM, Tormey <[email protected]>wrote: > Is there a neat way of searching vfp code for errant CTRL + (any key) > and replacing with an appropriate choice. > > William Tormey > > ______________________________**_________________ > Post Messages to: [email protected] > Subscription Maintenance: > http://mail.leafe.com/mailman/**listinfo/profox<http://mail.leafe.com/ > mailman/listinfo/profox> OT-free version of this list: > http://mail.leafe.com/mailman/** listinfo/profoxtech > <http://mail.leafe.com/mailman/listinfo/profoxtech> > Searchable Archive: > http://leafe.com/archives/**search/profox<http://leafe.com/archives/se > arch/profox> This message: > http://leafe.com/archives/**byMID/profox/50EFDEAB.8020103@** > indigo.ie<http://leafe.com/archives/byMID/profox/50EFDEAB.8020103@indi > go.ie> > ** All postings, unless explicitly stated otherwise, are the opinions > of the author, and do not constitute legal or medical advice. This > statement is added to the messages for those lawyers who are too > stupid to see the obvious. > > Report [OT] Abuse: http://leafe.com/reportAbuse/** > [email protected]<http://leafe.com/reportAbuse/50EFDEAB.80201 > [email protected]> > -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

