Thanks Gary! I thought that was the situation but I didn't see that in the 6.4 docs. Kirt Undercoffer
Hello Gary! I have a Clips servelt running on a AMD 64 machine using Jetty. Unfortunately code is failing when it encounters the length functions (length$ works). This works perfectly in the Clips 6.31 IDE and from the command line. I was not able to evaluate it using the Clips6.4 Java IDE because it come up and is then unresponsive. Example code: (defrule Test (not (test-fired)) => (assert (test-fired Happy 4th of July))) (defrule Test2 (test-fired $?) => (assert (test2-res (length "1 2 3 4 5"))))...