Hi Ana.
Your problem doesn't occur in Jess 7.1p2, so you should probably report which version of Jess you're working with. If you need more control over print formatting, you might find the (format) command to be useful since it provides an approximation of the C printf functionality: (printout t (format nil "%s %s" ?a ?b)) Regards, Win
