From: "\"Steve Reynolds\" <" Newsgroups: comp.os.msdos.djgpp Subject: problem with strings and integers Lines: 7 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sun, 3 Jun 2001 21:46:11 -0400 NNTP-Posting-Host: 209.213.227.18 X-Trace: nnrp1.uunet.ca 991618957 209.213.227.18 (Sun, 03 Jun 2001 21:42:37 EDT) NNTP-Posting-Date: Sun, 03 Jun 2001 21:42:37 EDT Organization: UUNET Canada News Reader Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to put an integer into a string because I'm using the allegro library function (textout), and that outputs a string into a bitmap and then i blit it onto the screen later. How do i add the variable onto the end of the string or put it in a string of its own? StEv-O