Date: Mon, 26 Apr 1999 13:50:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: fiammy AT my-dejanews DOT com cc: djgpp AT delorie DOT com Subject: Re: I need help adressing characters in a string In-Reply-To: <7g1cqk$vk0$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 26 Apr 1999 fiammy AT my-dejanews DOT com wrote: > I want to use the characters in a string separately, so I thought I just use > the string as an array of characters, but DJGPP gives me problems. When I add > the nuber of the character to the string, I just get garbage, what do I have > to do to be able to use the characters in a loop that processes one at a > time? Consider to always post some example code when you ask such questions. Otherwise, there's high risk that people won't even understand what you are trying to accomplish, let alone what your problems are.