[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question about format
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: question about format
- From: dxs@evolving.com (Dan Stanger)
- Date: Fri, 25 Aug 1995 15:02:20 -0600
i want to use format to concatonate 3 strings in a fixed length field.
for example:
(format nil "~16a" (format nil "~A~A~A" "123" "456" "123"))
"123456123 "
however in the above example i need to do 2 formats, one to concatenate
the strings, the other to put it into a fixed length field.
is is possible to do this with one format call?
thanks,
dan stanger
dxs@evolving.com