Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Layout

  • 24-10-2002 3:47pm
    #1
    Registered Users, Registered Users 2 Posts: 446 ✭✭


    Just wondered if there was any set layout when you write VB code?
    E.g indenting etc with things like the If loops?

    Thanks
    :confused:


Comments

  • Closed Accounts Posts: 679 ✭✭✭ciano


    Im sure there is a coding standard like in Java


  • Moderators, Home & Garden Moderators, Regional Midwest Moderators, Regional West Moderators Posts: 16,724 Mod ✭✭✭✭yop


    Search on google for the following.

    "Visual Basic coding standards"

    There is **** loads out there


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    Originally posted by kegan5
    Just wondered if there was any set layout when you write VB code?

    There is no "set" layout. If there were, MS would presumably have modified the IDE to enforce it by now :)

    THere are, as Yop mentions, a truckload of different "flavours" of standards. MS probably have a formal style guide as well. I know they used to have one....which touted stuff like Hungarian Notation, when to use line-continuation, and so on and so forth.

    jc


Advertisement