Hye Win, I am using Jess Version 7.0p1 because of its compatibility with Protege and Jesstab. I am going to test your idea now. Thanks a lot.
Ana --- On Mon, 5/24/10, [email protected] <[email protected]> wrote: From: [email protected] <[email protected]> Subject: Re: JESS: Printout problem To: [email protected], "Win Carus" <[email protected]> Date: Monday, May 24, 2010, 5:30 PM 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
