Re: A89: Clearing a string


[Prev][Next][Index][Thread]

Re: A89: Clearing a string




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;
> 
> :-)



References: