Question

I have a string that I would like to print . Is it possible to center it when printing ?

Was it helpful?

Solution

Use the ~< formatting directive. This will return "hello there" centered within 70 columns.

(format nil "~70:@<~A~>" "hello there")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top