Hi friends, I developped a expert system based on jess, but I need to generate my informations from screen (by printout command) to file. Example:
<Jess code> . defglobal ?*var1* = " **in file** ") . defrule... (printout t " My message " ?*var1* "with variable to say.." crlf) I need that the message above says in .txt file and open the .txt file then output as follows: -------- Test.txt ------ My Message ** in file** with variable to say... The question is: Is possible to create it ?? If possible a example for me please ? Thanks for advance, Jônatas Falcão ITA - Instituto Tecnologico de Aeronautica CTA - Comando Geral de Tecnologia Aerospacial SJC - Campo Montenegro Sao Paulo - Brasil -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [email protected]' in the BODY of a message to [email protected], NOT to the list (use your own address!) List problems? Notify [email protected]. --------------------------------------------------------------------
