> > And if you need help with that, here's the code.
> >
> > if(*pointer == '{')
> > {
> > *bufin = ' '; /*remove {*/
> >
> > pointer++;
> > bufin++;
> >
> > *bufin = ' '; /*remove following char*/
> > }
>
> Be carefull not to remove the trailing null!
>
> EdwinOkay... Edwin. Help me throw a protector in here to avoid trimming a null... Thanks, Tandon

