You're welcome, Fernando. I've been using the VFPx scctextx.prg for a long time and I will often want to do an ad-hoc comparison of a form or class library so I use this quite often to generate the text files for comparison. I also use a text comparison tool from Araxis called Merge and it has a COM interface so I can automate it right from VFP. Gen the files to compare and then pass them to the Merge COM object. If it finds differences it brings up the UI. If not, I just pop up a messagebox with a notification and clean up.
Checking out FoxBin2Prg in a meaningful way has been on my list for a long time but finding enough time to play with it and then determine how to change my current working dev environment has not been something I can justify. Some day... Maybe Mike P's GIT integration tools will grease the skids... :-) -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Fernando D. Bozzo Sent: Friday, June 10, 2016 2:37 PM To: [email protected] Subject: Re: New FoxBin2Prg v1.19.47 is out! Wow, thanks Richard! Didn't know that a _scctext system variable existed! I suppose that this is what VSS integration use then, when calling the conversor. I just did know the VFP options place to replace scctext.prg with any other program, but not this variable. 2016-06-10 20:24 GMT+02:00 Richard Kaye <[email protected]>: > 3) - If you set it as the text generation tool in your VFP options you can > also use DO (_scctext) WITH <binary source file>. I have an intellisense > shortcut (DMT) that expands to that. > > -- > > rk > > --- 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/sn1pr10mb0928e6a1a6137283e0e75ff0d2...@sn1pr10mb0928.namprd10.prod.outlook.com ** 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.

