|
thanks alot Dusan
r.executeCommand("(assert (" + getstring() + "))"); worked
fine.
is Jess lower higher case sensitive
?
is there diffrent between assert
Bla and assert bla ?
Regards
Kimos
----- Original Message -----
Sent: Thursday, May 27, 2004 1:40
PM
Subject: Re: JESS: calling an integer or
a string
You can not mix java and jess.
Assuming that getstring()
is a method which returns String in your java class, then proper code would
be:
r.executeCommand("(assert (" + getstring() + "))");
Regards,
Dusan Sormaz
At 11:31 AM 5/27/2004 +0200, you
wrote:
hi there,
first i want
to thanks Ernest Friedman-Hill for helping me and everyone in the
mailing list. you are a great help.
ok here is my
quastion:
i have an string and i want to call it in the assert
while executioncommand
r.executeCommand("(assert
(i-have-moved))"); << this is what i have and i want
it
r.executeCommand("(assert (getstring()))");
its simple quastion i hope. i readed the doc's but it didnt helped
i think its something with call but im a newbie
thanks
alot Kimos
-------------------------------------------------------------------- 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] --------------------------------------------------------------------
*************************************************************************** *
Du�an �ormaz, PhD, Associate
Professor
* Ohio University * Industrial and Manufacturing Systems Engineering
Department * 277 Stocker Center, Athens, OH 45701-2979 * phone: (740)
593-1545 * fax: (740) 593-0778 * e-mail:
[EMAIL PROTECTED] * url: http://www.ent.ohiou.edu/~sormaz
***************************************************************************
|
- Re: JESS: calling an integer or a string M . Ismail
-