I've updated splitBlockText() as you suggested, works great, now I can simply add a few spaces wherever I intent a new paragraph to start, nice! Thanks
😄 "EnTerr" wrote:
Regarding the mysterious "n"-fication - i suspect somewhere there is a left-over code from your experiments with viewtopic.php?f=34&t=84213#p481933
If i were troubleshooting this, first step when this happens during a run would be to check if the 1st char in the splitTextLines is indeed "n" or a tab - by either interrupting the program (ctrl-C) and checking variables - or hot-wiring when one of the remote keys is pressed to dump the array to console. That way could judge if the issues is in Draw2D text routines or in the B/S program
Yes, I thought of that before and did Ctrl-C to see the text under the hood - no "n" in sight. That, plus the fact that the bug was unpredictable and inconsistent between channel loads, plus the fact that the "n"s only showed up when I tried to use leading Chr(9) or Chr(11) or Chr(12) or a few others tells me it's a bug with how those characters are handled in the Roku.