Nuacht

Hi.<P>I am stuck with an intesting problem with the string library. Let say declare a string (empty). To start out, I append a statement. Afterward, I want to append an integer and end it with a char.
When writing code for a new hardware platform, the last thing you want to do is bother with the minutiae of I/O routines, string handling and other similarly tedious details that have nothing to do ...
I'm sorry if this is a stupid question, but I've been working on a problem in C# where I have a char[] and want to extract parts of it very easily. This could be done in c with the standard string ...