El Constructorr
Awesome, that worked! I have been plugging away without an incident since your updates and instructions. I do have one lingering question however -
I have been trying to insert bb code line breaks [ br ][ /br ] in the body of text to break up lines the way I want them to look. (A certain sentence on line 1 (break) Next sentence on line 2, etc.) The reason why is the function reads text to the very end of the textbox. Only when the text word touches the boundary of the textbox it wraps it to the next line. I am trying to avoid that to make it look cleaner for animation of the typewriter function by forcing bb code line breaks. However, it doesn't seem to be working. (This could easily be user error on my part.)
I found two workarounds:
Workaround 1: I copy and paste my text into a Wordpad doc. Then, I arrange each line the way I want them presented. After that, I copy the Wordpad text and put it back into the Function parameter field. That seems to do the trick. I guess Wordpad is forcing an invisible line break without me having to code it? No idea, but it seems to work.
Workaround 2: I add a ton of spaces to break up each line I want broken to the next line. This makes the function read all of the spaces and "force" to go to the next line and continue writing.
I would much rather "code" it correctly over the gum and shoestring options I outlined above. However, this is not showstopping production killer by any means.
Your functions rock and I would consider this a minor inconvenience. I am curious what your thoughts are on it.