Inverse function of string
Posted: Wed Jun 01, 2005 3:23 pm
Hi
what is the inverse function of string.
gives back
.
If I have a string how do I get a corresponding atom assuming the atom has no spaces.
A note (or link) in the documentation under the entry string would be helpful.
A similar question: how do I test strings for equality?
Thank you for the answer in advance.
HJH
what is the inverse function of string.
Code: Select all
(string 'hello)
Code: Select all
"hello"
If I have a string how do I get a corresponding atom assuming the atom has no spaces.
A note (or link) in the documentation under the entry string would be helpful.
A similar question: how do I test strings for equality?
Thank you for the answer in advance.
HJH