This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

format string left alignment

3 posts · 998 views

Hello!

Can anyone help me? I don't know how to format string outputs so each column would be aligned up. Right now my output looks ugly. I used ~t to space out but it didn't seem to work.

What I want will look like:

abcdefg heck
dseg I don't know how to do it
hello, there Good grief

Re: format string left alignment

That's not what I wanted!!!


Good grief!

Re: format string left alignment

Try using a "[ code]...[/code]" block to format your text on this forum.

As for ~T in CL's format, check out the hyperspec.