S
scowsert
I can write text out like
myitem.Body = "Hello world this is a test"
Makes the body display one line.
"Hello world this is a test"
I would like to put a hard return between the words.
Making the body display.
"Hello"
"world"
"this"
"is"
"a"
"test"
How do I write myitem.body = "?????"
Thanks for helping me out.
myitem.Body = "Hello world this is a test"
Makes the body display one line.
"Hello world this is a test"
I would like to put a hard return between the words.
Making the body display.
"Hello"
"world"
"this"
"is"
"a"
"test"
How do I write myitem.body = "?????"
Thanks for helping me out.