> > 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!
>
> Edwin

Okay... Edwin.  Help me throw a protector in here to avoid trimming a
null...

Thanks,

Tandon


Reply via email to