Author Topic: Problem with Const variables in a class  (Read 229 times)

mc-John

  • Global Moderator
  • Full Member
  • *****
  • Posts: 212
    • View Profile
Re: Problem with Const variables in a class
« on: August 28, 2016, 10:34:46 pm »
Yes it is suppose to work like this. Shared variable can only accessed by the class and not by an object (instantiated class)
By the way I the the error "Undefined function, indexer or variable or not visible."