[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
number -> string
- To: arie@dip.eecs.umich.edu
- Subject: number -> string
- From: Dan Cerys <cerys@BBN.COM>
- Date: Fri, 11 May 90 14:43:28 EDT
- Cc: info-macl@cambridge.apple.com
- In-reply-to: Arie Covrigaru's message of Fri, 11 May 90 14:15:46 -0400 <9005111815.AA24625@dip.eecs.umich.edu>
- Organization: Bolt Beranek and Newman Inc. (STC)
- Sender: cerys@BBN.COM
You don't even have to leave the cozy world of Common Lisp:
princ-to-string (or prin1-to-string) will return a string for any Lisp
object.
When all else fails, read the manual,
Dan