JESS: WARNING. You tried to send a potential virus orunauthorised code

2002-04-30 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, discovered a potential virus or unauthorised code (such as a joke program or trojan) in an email sent by you. The email has now been quarantined and was not delivered. To help identify the mail: The message sender was [EMAIL PRO

JESS: FRANCAISE

2002-04-30 Thread terferxa
<>

JESS: Optimal Solutions Expert System Creator

2002-04-30 Thread EarlNobles
Has anyone used the Expert Systems Creator product from Optimal Solutions (http://optsol.at/site_en/products/esc/index.html)?  If so, would you be willing to share your thoughts/experiences?   This company seems to be headquartered in Vienna, Austria.   Thanks for your help, [EMAIL PROTECTED]

Re: JESS: Using integerp to check type

2002-04-30 Thread ejfried
You could write a deffunction is-valid-integer which went something like (deffunction is-valid-integer(?s) (try (integer ?s) (return TRUE) catch (return FALSE))) and use it instead of integerp. You could write is-valid-integer as a Java Userfunction, instead, of course. I thin