Re: JESS: Context.push()

2004-06-02 Thread ejfried
I think Alan Moore wrote: > I'm trying to do the following: > > Context functionContext = engine.getGlobalContext().push(); > functionContext.setVariable( "xyz", new Value(myObj) ); > Value retval = function.call(vv, functionContext); > Object realRetval = > retval.resolveValue(functionContext).ex

JESS: Context.push()

2004-06-02 Thread Alan Moore
Title: Context.push() I'm trying to do the following: Context functionContext = engine.getGlobalContext().push(); functionContext.setVariable( "xyz", new Value(myObj) ); Value retval = function.call(vv, functionContext); Object realRetval = retval.resolveValue(functionContext).externalAddres

Re: JESS: calling an integer or a string

2004-06-02 Thread kimos
thanks alot my project is almost done using Jess and ill post the link to it when im done. thanks again M. Ismail (KiMoS) Citeren [EMAIL PROTECTED]: > I think M.Ismail wrote: > > > > is Jess lower higher case sensitive ? > > is there diffrent between assert Bla and assert bla ? > >

Re: JESS: FW: Re:Bad index 53 in call to set() on this vector

2004-06-02 Thread sorokinru
Hello, Ernest! - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2004 9:07 PM Subject: Re: JESS: FW: Re:Bad index 53 in call to set() on this vector > I think [EMAIL PROTECTED] wrote: > > > Message: Bad index 53 in call to set() on this vecto