Can u tell me some website where i can find some standards documentation for VB coding, like variable naming conventions etc.
thanks
dev
Printable View
Can u tell me some website where i can find some standards documentation for VB coding, like variable naming conventions etc.
thanks
dev
Naming convention is actually in the Help file. For VB6 it's an MSDN library. Just type in the index: Naming convention
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
Email me and I'll send you a document that my team wrote and use at work.
------------------
Marty
Oh for heavans sake!!!!!! Just make up your own standards, but stick to them. Ok l know some one is going to argue about this statement, but visit any programming house and you will see different often conflicting standards from the ones you currently use.
e.g declaring an integer.
Dim iValue
Dim intValue
Dim ValueInt
I have see examples of all three