PennController for IBEX › Forums › Support › Displaying n words on screen › Reply To: Displaying n words on screen
May 12, 2023 at 8:42 pm
#10579
Larissa_Cury
Participant
I’m trying to come up with a way to loop over the table and dynamically set getText("words").text( row.Column2.split('_').join("<br>") )
so that it displays row.Column{n} as the dataset have, where n is the number of cols in the table and the index of each interation, but I’m really struggling with that, I don’t know if that would be the right way to achieve what I’m trying to achieve above…
- This reply was modified 1 year, 6 months ago by Larissa_Cury. Reason: additional comments