Spaces are Ignored in Text

I'm looking to create simple designs in the way that I type out the text, but it ignores the spaces I use, and compresses everything.

Anyone know of a way to avoid that?


This is html, dunno if there's other ways, but use:

 

Write   anywhere, and each   will make a font-size specific (the size of an M, or "em") space. Like this:

msg ("Here are three spaces   that was three spaces")

This is what it looks like when the html is present (I just cut and pasted the above):

msg ("Here are three spaces   that was three spaces")


Thanks, I'll try that out


As it is HTML, you do have an alternative that might work better; you could output the text as a table. The would ensure everything is aligned neatly in columns.
https://www.tutorialspoint.com/html/html_tables.htm

Note that the entire table needs to be printed in a single go (all in one Print/msg command).


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums