Hi,
I am have some code that prints information in a GUI based on a choice made by the user. That part works fine. What I am having a problem with is when this choice is changed the text needs to be replaced. If I just overwrite the Label and the new text is shorter than the old, some of the old text still remains. Any help on clearing this text before writing the new text?