Re: Please help with function
"David A. Panariti" <[email protected]> Wed, 02 Feb 2005 12:54:59 -0500 (EST)
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <[email protected]> |
Here's a little function to do it:
(mapconcat (lambda (char)
(string char))
"123"
" ")
Replace "123" with your string variable.
--
/ Humor in the Court:
davep (|) Q: Are you qualified to give a urine sample?
/ A: Yes, I have been since early childhood.