PennController for IBEX › Forums › Support › Using .before/.after on Canvas › Reply To: Using .before/.after on Canvas
March 6, 2023 at 11:57 am
#9988
Jeremy
Keymaster
If you are willing to add as many pieces as words, adding whole new Text elements would seem too much. Could you just add a space character in the code, like this?
newText("subject", row.subject+" "), newText("verb", row.verb+" "), newText("word", row.word+" "), newText("ending", row.ending)
Jeremy