Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.2K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How can I format an output cell of text?

Posted 11 years ago
POSTED BY: Mike Luntz
2 Replies
Posted 11 years ago

Many thanks David. The use of TextCell did the trick.

POSTED BY: Mike Luntz

Try something along these lines:

text1 = "This is some text. ";  

text2 = "And this is some more text. ";  

text3 = "And this is a bunch more text that it longer than the other text because I want it to be longer.";  

TextCell[text1 <> text2 <> text3, "Text"]
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard