Text on a new line
-
How do I put text on a line beneath the first line?
Engine.showYesNoWindow("SELECT FOLDER", "SELECT WHERE YOU WANT TO STORE THE SAMPLES. I WANT THIS STUFF ON A NEW LINE...", function(response)
-
@DanH It's markdown so a double space should do it. You might also try the new line character
\n
There's a section in the docs about markdown.
-
@d-healey double space was the one, thanks :)
-
Any way to get drawText to do newlines?
-
@Simon Try
drawMultiLineText()