Mike Lewis
Programmer
Well, not so much a "helpful tip" ... just another example of the utility of VFP.
My present project involves maintaining another programmer's PHP code. When I opened his source files in Notepad, the code was unreadable, mainly because it all appeared on one long line, without any proper breaks.
Presumably the reason was that the text contained line-feeds (ASCII 10) but no carriage-returns (ASCII 13). So I started looking for a specialist PHP editing tool that would display the code properly.
Then it occurred to me to try opening the files in VFP's program editor. Needless to say, they displayed beautifully. Not only were all the line breaks in place, I could navigate the functions using the Document View window, and I can use Intellisense for things like parenthesis matching.
Also, the colour syntax highlighting works (up to a point), as does Bookmarks, Beautify and Text Scraps. I've even started to use Code References with these files.
VFP really makes life easy, even when you're not doing VFP programming.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
My Visual FoxPro site: www.ml-consult.co.uk