Date: Mon, 19 Mar 2001 19:24:23 -0500 Message-Id: <200103200024.TAA18455@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (jaytstewart1@yahoo.ca) Subject: Re: ASCII codes References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If you defined them as char[] instead of int[], they would *be* strings. Otherwise, you could either convert them to strings and use the built-in string handling functions, or emulate the string functions so that they can use the integer arrays directly.