Hi,

I have two problems.

---> The first:
I have a string which contains an atom. How do I convert it to an atom?
I tried this,which works:
       (bind ?string "henrique")
       (nth$ 1 (explode$ ?string))
Is there a simpler way?

---> The second:
How do I convert a fact-id into a string?
This does NOT work:
      (bind ?x (assert (this will be a string)))
      (bind ?string (implode$ ?x))
Jess complains about ?x not being a list.

Thank you.

Henrique

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to