|
-
Nov 8th, 1999, 09:54 PM
#1
Thread Starter
Junior Member
Can u tell me some website where i can find some standards documentation for VB coding, like variable naming conventions etc.
thanks
dev
-
Nov 8th, 1999, 10:58 PM
#2
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
-
Nov 9th, 1999, 01:17 AM
#3
Email me and I'll send you a document that my team wrote and use at work.
------------------
Marty
-
Nov 11th, 1999, 11:11 AM
#4
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|