just don't forget to save the stringpointer if you want to use the string variable again :) //Olle ComAsYuAre@aol.com wrote: > Or if we're going REALLY trying to shorten that code... > > while(*str) *str++=0; > > :-)