Message-Id: <199908142250.SAA05391@delorie.com> From: "Dan Gold" To: Subject: Re: Integer to String Date: Fri, 13 Aug 1999 15:17:37 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com itoa(), ex. itoa(integer, string, 10); Well thats how I do it and it works...=) from Dan Gold ---------- > From: BuckTheMan > To: djgpp AT delorie DOT com > Subject: Integer to String > Date: Saturday, August 14, 1999 6:59 AM > > How could I convert an integer to a string, I know atoi converts a string to > an intger, but thats the opposite of what I need. > >