Solution found, I created the Boolean properties in the wrong location
I created some properties
App.Stats() is an array of integers, it works fine and I can change and reference it from various methods
App.Enlisted is Boolean and when I try to set it to true from inside a method I get
“Type “App” has no member named Enlisted”
I thought I had these things figured out and I am very bewildered that one works as expected and the other doesn’t.