Results 1 to 4 of 4

Thread: VB Standards

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 1999
    Location
    Bangalore, Karnataka, India
    Posts
    16

    Post

    Can u tell me some website where i can find some standards documentation for VB coding, like variable naming conventions etc.
    thanks
    dev

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    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



  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Email me and I'll send you a document that my team wrote and use at work.

    ------------------
    Marty

  4. #4
    Addicted Member
    Join Date
    Jan 1999
    Location
    Sydney,NSW,Australia
    Posts
    178

    Post

    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
  •  



Click Here to Expand Forum to Full Width