Bug? Can't clear text from BBLabel

stevel05

Expert
Licensed User
Longtime User
BBCodeView is cleared when an empty string is passed, BBLabel is not. As in :

B4X:
BBCodeView1.Text = ""
BBLabel1.Text = ""
 
Top