Hi !
I�ve got unordered facts that contain a slot called 'number'.
My goal is now to print out these facts in the order of the number slot.
I have played around alot with global counters and dummy facts but all
attempts have been futile.
example:
(fact (number 1) (text hello)
(fact (number 4) (text "this is a")
(fact (number 5) (text test)
(fact (number 2) (text world))
output:
hello world this is a test
I suspect there must be an easy solution...
thanks very much for any help!
CU
Norman
---------------------------------------------------------------------
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]
---------------------------------------------------------------------