Hi Jess-Users,
 
From the following snippet:
 
Rete engine = new Rete();
 
Value val = engine.executeCommand("(facts)");
 
how can I get the result of the jess command (facts) for example, but really from any command,
 as a string  or stringbuffer in order to parse the result?
 
I tried stuff like : String s = val.stringValue(engine.getGlobalContext()); without success.
 
Thanks, Mike
 


Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.

Reply via email to