I am having trouble accesing text after the initial setup of myParagraph. Can’t update, edit or change the text in myParagraph after the initial setup. myParagraph.text = “” doesnt work. Anyone now how? thanks
Guess, you found the solution already, but if other users will later fall into the same issue, here the solution ![]()
This is already mentioned in the documentation (newParagraph() function). But anyway, here the excerpt …
Text changes:
In fact that a new text must be wrapped anyway, you have to generate a new object for text changes.
Happy coding!