>> >> 1. Format the code per Harbour standards. Sometimes I find it very >> difficult. > > Ok! I read the file c:\harbor\doc\codestyl.txt and I have strived to > contribute code in these rules. Please let me know if something is not > right so I can correct me, because the intention was only help and not > generate more work for anyone. > =D
This doc is very outdated, pls check some .prg file, like /src/rtl/tget.prg, tbrowse.prg or /utils/hbmk2/hbmk2.prg for current standard. (most our .prgs comply but still not all) For both of you, pls use iif() instead of if() for inline ifs. Avoid 'RETURN ( var )' for 'RETURN var', parenthesis is redundant. .T./.F./.OR./etc are uppercase. Some quite notes to start with. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
