mikejcurtis
IS-IT--Management
This is kind of a funny thing to ask after the number of projects I've completed but, I'm self taught in Visual Foxpro. I'd like to be less ignorant and write code that conforms with what is common VFP format. Is there an online reference that discribes accepted naming conventions with code? I see things like m.oContainer and m.nCtrlCount and since I don't know what the rubrik is. Is it that any memory variable that references an Object has an o before the descriptor and anything that is a counter or number has an n before the descriptor? What are the others?