JESS: creating / manipulating object arrays in jess

2002-05-02 Thread Jack Kerkhof
hi all, What would the Jess syntax be for the following java code snippet: String[] x = new String[2]; x[0] = "hi "; x[1] = "there"; System.out.println(x[0]+x[1]); Jack To unsubscribe, send the words 'un

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

2002-05-02 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: Hello,jess-users,congratulations

2002-05-02 Thread jballensinger
junglebackgroundright[1].htm Description: Binary data

Re: JESS: Using integerp to check type

2002-05-02 Thread ejfried
I think John Norris wrote: > Hi Ernest, > > Thanks; this works! Is there any overhead to using a deffunction as > opposed to a Java Userfunction? Just the obvious -- deffunctions are interpreted, while a Userfunction written in Java would run faster. Note, though, that a dozen or more of the fun

RE: JESS: Using integerp to check type

2002-05-02 Thread John Norris
Hi Ernest, Thanks; this works! Is there any overhead to using a deffunction as opposed to a Java Userfunction? John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 4:04 AM To: [EMAIL PROTECTED] Subject: R