CR/LF in a text block

Is their a way to encode a CR/LF in a text block? I want to keep a running dialog of game moves and I'm thinking of using a text block to hold the list.

What is "CR/LF" ?

Carriage Return / Line Feed. AKA NewLine!

in a text block use:

"\n"

or if HTMLFormat enabled use

"<br>"

(no quotes needed)

Excellent - Thank You!

You might consider using a List View to hold the list.......

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.