Message 1 of 8
Symbol name to a string?

Not applicable
03-17-2000
03:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Does anyone know if you can convert a symbol name to a string?
Eg.
(setq str "(A B C)") => "(A B C)"
(setq lst (read str)) => (A B C)
(function-x lst) => ("A" "B" "C")
Thanks in advance!
Andrew Wilford
visualdcl@mindspring.com
Visual DCL v1.0
http://www.mindspring.com/~cwilford/visualdcl.htm
------------Millennium special $89.95!-----------
Does anyone know if you can convert a symbol name to a string?
Eg.
(setq str "(A B C)") => "(A B C)"
(setq lst (read str)) => (A B C)
(function-x lst) => ("A" "B" "C")
Thanks in advance!
Andrew Wilford
visualdcl@mindspring.com
Visual DCL v1.0
http://www.mindspring.com/~cwilford/visualdcl.htm
------------Millennium special $89.95!-----------