Multifield arguments are converted to arrays, as stated in the second table in manual section 2.6. So something like:
(call ?oFIS (create$ arg1 arg2 arg3)) I think Surdu, J. MAJ EECS wrote: > Is it possible to call a java method associated with an object in > Jess that has an array as its argument? If so, how does one create > an array in Jess to pass to the method? Would it be something like > this? (call ?oFIS (arg1 arg2 arg3)) where magically call would turn > this into a three-element array and fill in the values. > Thanks, > > Buck Surdu > --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 --------------------------------------------------------------------- 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] ---------------------------------------------------------------------
