What is the expected return value of this form? (format nil "'~A' <= logdate and logdate < '~:*'" 1) I was expecting: "'1' <= logdate and logdate < '1'" but I get "'1' <= logdate and logdate < ''" in both sbcl and clisp. -russ