Hey all,
So, I already have a working “typewriter” WB, where each character is appended to a string and then that string is set to a text box for a typewriter effect.
I want to change this to rich text, so I can take advantage of a data table to style the text a bit. Technically this works, but the <> and </> are typed until the last > which then changes the color.
Anyone have a thought on how to do the string math on this one? I already have a branch ready that when the first caret is found, “DO THIS” and I will need to append to that variable until the last caret is found but I’m not quite sure how to handle that looping logic on the substring.
Any help appreciated.
Thanks!