I think Mitch Christensen wrote: > It's always after you send a message that you realize you left out an > important fact. :-) > > I wanted to point at that the error message seems somewhat incorrect. > The message states "Not a number: 362". Obviously, 362 is a number, it > is the value of the ?xparticid variable. It is actually the ?name2 that > is not a number. > > -Mitch
I suspect that the "362" isn't a number, either, but rather it's a symbol or string containing the three characters 3, 6, and 2. But I see what's happening. Thanks for the heads up. Most of the computational functions were thoroughly rearranged in Jess 7 to allow for math on RU.LONG values, and to avoid unnecessary double <-> int conversions (which are surprisingly expensive in Java.) --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
