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

Text book mistake?

  • 18-11-2010 4:09pm
    #1
    Closed Accounts Posts: 25


    Very bottom line,
    ListCount = 25;
    
    should this not infact be be lowercase. If not can someone explain why it is lowercase when referenced at the namespace.


Comments

  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    It's probably a typo. MS Word autocorrect or something. Unless that's a language quirk for referencing instance variables from a global context. Which would be bizarre.

    What's the language.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Probably a typo. Why not go and compile on whatever you using and see.

    I'm assuming it C#?


  • Registered Users, Registered Users 2 Posts: 1,916 ✭✭✭ronivek


    That's surely C++; which would mean it should be lowercase.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Yeah could be C++ ., Eitherway it's an error I'd say!


Advertisement