My question is, is it possible to have line breaks? I tried adding spaces to end a line, but you’d have to wait for the script to read through the added spaces before the next line begins.
In the original code, the text breaks when the number of characters (variable named nChars) reaches the maximum line length (variable named nLLength) and reaches a space (nReturn). I just removed the 1st part of the code (that checks if the nChars reaches nLLength) and placed my non-displaying ASCii character (Alt+0160) in place of the ‘space’ in the line if(nReturn == " "). Here’s the code, I’ve commented out the parts I removed.