From: Larry Singleton
Subject: Help with conversion: number to string
Date: 
Message-ID: <1993Aug20.183743.1032@qucis.queensu.ca>
Hi there, I'm not sure if this belongs in the newsgroup, but here
goes anyway.

(setq num 18)

I need to convert the value in num, "18", to a string.
"num" is a counter in a loop, so I need its value converted.


Just a simple question from a simple person.

Thanks,

		LARS
From: Len Charest
Subject: Re: Help with conversion: number to string
Date: 
Message-ID: <1993Aug20.220453.8325@jpl-devvax.jpl.nasa.gov>
In article ····@qucis.queensu.ca, ····@qucis.queensu.ca (Larry Singleton) writes:
>I need to convert the value in num, "18", to a string.

(princ-to-string num)
-> "18"
---
..................................................
                                  Len Charest, Jr.
                 JPL Artificial Intelligence Group
                          ·······@aig.jpl.nasa.gov