Hi,
i have a question about defquery. i'm very bad at multislots. i have a
template like below.
(deftemplate yemek
(slot adi)
(slot turu)
(multislot malzeme)
(multislot baharat)
(multislot sos)
(slot pisirme)
(slot yagorani)
(slot skor (default 100))
)
i have to list baharat's of yemeks. There are at least 10 yemek. i can
retrive slot values from it with
(defquery adiListele
(yemek (adi ?a))
)
but when i try to retrive multislot value baharat, that misses some
values. Can you help me about this and deep with multislot value listing.
Thanks for your Attention.
Have A Good Day!!
--------------------------------------------------------------------
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].
--------------------------------------------------------------------