eddy556
Member
- Joined
- May 14, 2007
- Messages
- 11
- Programming Experience
- 1-3
I would like a label to always show the current value of a boolean. This will change a lot of times and would like the label to ALWAYS reflect this.
Is there some kind of way to have the label set to the boolean byref (so its always the same). Currently I'm assigning the label.text = boolean onLoad, so if the boolean changes after that its not reflected.
Is there some kind of way to have the label set to the boolean byref (so its always the same). Currently I'm assigning the label.text = boolean onLoad, so if the boolean changes after that its not reflected.