Hello, I'm having a problem with the Label function.
I get text from a CSV file for the description of an item and print it to a given Label, the problem is that the text sometimes is long and doesn't fit the screen, what can I do to detect when the text will not fit the screen and correctly break the lines?
Prints of 2 items, one of them has a short description and it's shown correctly, the other one is missing 2 or 3 words because it's outside the screen.