> Just slap an if statement in there. "if (*++pointer == '\0' ) break;" > I'll let you figure out where to put it. ;) > > Rheede
heheh... alrighty. this is the problem with being a class room C++ learner... I'm sort of afraid to dirty my hands with the code. Thanks man.

