Hello,
Im wondering if there is a way to compare if a boolean instance variable is currently true or false?
Only option i can find is "Is boolean instance variable set", and which object its set to. I simply want to set a global variable to "1" when its false, and "0" when its true.
Any thoughts?