[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

number -> string



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