hello all, I have an ordered fact which is declared on the spot...so for that.. whatever information I insert, is entered in the multislot __data
Later on in program. I want to extract information from this slot, which is fine (NO PROBLEMS)... but things returned are like list... and say if one of the items in the list is a number which I want to use for a specific purpose say addition to some other number.... I get error like "watever number" is a list, not a number... how can I obtain the number from that list and use it for say addition, multiplication ? I tried.. something like (nth$ (getSlotValue __data) 1) - didnt work Pleas help... I want to use an ordered fact and be able to use that value from __data, but I get held at "is a list , not a number" -- View this message in context: http://www.nabble.com/multislot-__data-question-tf2146010.html#a5924517 Sent from the Jess forum at Nabble.com. -------------------------------------------------------------------- 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] --------------------------------------------------------------------
