I'm trying to display a private variable of an object in a text box. When I set the text to "Health: " & Player.Value('HealthCurrent') & "/" & Player.Value('HealthMax') and run my application, it shows Health: 100/ and drops the last number. What am I doing wrong? I defined both of the variables before the text set event.