Ok, maybe I missed it somewhere. (Sorry guys, but the documentation isn't very helpful). Is it possible to have a variable inside of a type that can't be seen outside of the type?
For example -
I'd like to do something like this:
I tried using a 'Local' variable declaration inside of the Type but BMAX didn't like that either.
-Jim
For example -
I'd like to do something like this:
Type MyType
Private Field Counter:Int = 0
.....
End Type
I tried using a 'Local' variable declaration inside of the Type but BMAX didn't like that either.
-Jim