Quick Note On Text Wrapping

November 9, 2009
by David Warshow (diw08)

So while working on my Text Adventure the problem of each word in a list being on a separate line when using printf or simply calling a list got annoying, so after a quick bit of looking using

(write "lots and lots of text") 

will automatically “wrap” text into the appropriate number of lines, at least on windows 7. Just thought I would share in case this was frustrating anyone else.. also if this doesn’t work on other operating systems if you could let me know that would be great.



Leave a Reply

You must be logged in to post a comment.