Example:
setText(“textBox”, “Name” + name + “\n” + “Age:”)
// the "\n: doesn’t break into a new line
Ideas?
We also tried “
”
Thanks,
Heavenly
Example:
setText(“textBox”, “Name” + name + “\n” + “Age:”)
// the "\n: doesn’t break into a new line
Ideas?
We also tried “
”
Thanks,
Heavenly
Greetings @heavcole,
I’m not sure what element you were using when setting text for an element, but it’s important to know that you should have enough height so that the text is visible, here’s my example Link: https://studio.code.org/projects/applab/eG6C5jPi6MIQS4p0_TjkTlE4YppqLNpTUj1LpHMhKtg/view let me know if you have any more issues