Does a variable show in a label when its value is 0?

Hi guys! I made a label called pb and a variable called pb. So i made my blocks like this:
Screenshot_3-1-2025_17621_ai2.appinventor.mit.edu
I set label pb visible to true.
But if I my score is 0, the label will be: PB: [nothing here]
If I get 1 score, the label will be : PB: 1
Just wanna know when a variable is 0, and i join it to a text, does it show the variable? Thanks!

Do you want to show as 0 or as blank ?

Fixed it thanks, its becuase i wrote the blocks run if the pb > score, but it turns out that if the pb is 0 and score is 0 than it doesnt work

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.